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

tests: Make sure artifacts directory is shared with container


If the artifacts directory is a symlink (or has a symlink in one of
its parents) then we need to make sure that both the symlink and its
target get shared with the container. We have code for that; use it.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8649f766
No related branches found
No related tags found
1 merge request!331tests: Make sure artifacts directory is shared with container
Pipeline #15022 passed
...@@ -539,7 +539,8 @@ class TestContainers(BaseTest): ...@@ -539,7 +539,8 @@ class TestContainers(BaseTest):
argv = [ argv = [
self.pv_wrap, self.pv_wrap,
'--verbose', '--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): if archive and (fast_path or copy):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment