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

@@ -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,