Get paths right

This commit is contained in:
GeorgianaElena
2020-02-17 17:45:26 +02:00
parent 99442eaaab
commit 4af48907b0
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ jobs:
name: Run plugin tests
command: |
.circleci/integration-test.py run-test \
--installer-args "--plugin /srv/src/plugins/simplest" \
--installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \
plugins test_simplest_plugin.py
- run:

View File

@@ -85,7 +85,7 @@ def run_test(image_name, test_name, test_files, installer_args):
os.path.join(os.path.dirname(__file__), os.pardir)
)
copy_to_container(test_name, os.path.join(source_path, 'bootstrap/'), '/srv/src')
copy_to_container(test_name, os.path.join(source_path, 'bootstrap/.'), '/srv/src')
copy_to_container(test_name, os.path.join(source_path, 'integration-tests/'), '/srv/src')
run_container_command(
test_name,