Skip to content
Snippets Groups Projects
Commit 4038d0e7 authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Exercise --copy-runtime instead of --copy-runtime-into

parent 41abfd4b
No related branches found
No related tags found
1 merge request!239Make pressure-vessel responsible for unpacking runtimes
......@@ -555,11 +555,17 @@ class TestContainers(BaseTest):
argv.append('--no-generate-locales')
with tempfile.TemporaryDirectory(prefix='test-', dir=var) as temp:
argv.extend(['--variable-dir', temp])
if copy:
argv.extend(['--copy-runtime-into', temp])
argv.append('--copy-runtime')
else:
argv.append('--no-copy-runtime')
if not gc:
argv.append('--no-gc-runtimes')
if gc:
argv.append('--gc-runtimes')
else:
argv.append('--no-gc-runtimes')
if is_scout:
python = 'python3.5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment