Skip to content
Snippets Groups Projects

tests: Make sure artifacts directory is shared with container

Merged Simon McVittie requested to merge wip/tests into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -539,7 +539,8 @@ class TestContainers(BaseTest):
argv = [
self.pv_wrap,
'--verbose',
'--write-final-argv', final_argv_temp.name
'--write-final-argv', final_argv_temp.name,
'--filesystem', self.artifacts,
]
if archive and (fast_path or copy):
Loading