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

tests: Rename pressure-vessel log file in artifacts


This log file contains pressure-vessel's debug messages (which happen
outside the scout container), not just the output of inside-scout.py,
so calling it inside-scout.log is misleading.

If we're running pressure-vessel-wrap --only-prepare, then we never
actually get as far as running inside-scout.py or entering the container,
so the log file name is doubly misleading.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent d5551ecd
No related branches found
No related tags found
No related merge requests found
......@@ -435,7 +435,7 @@ class TestContainers(BaseTest):
) as rlock_writer, open(
os.path.join(temp, 'tmp-wlock', '.ref'), 'w'
) as wlock_writer, tee_file_and_stderr(
os.path.join(artifacts, 'inside-scout.log')
os.path.join(artifacts, 'pressure-vessel.log')
) as tee:
lockdata = struct.pack('hhlli', fcntl.F_RDLCK, 0, 0, 0, 0)
fcntl.fcntl(rlock_writer.fileno(), fcntl.F_SETLKW, lockdata)
......
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