diff --git a/tests/containers.py b/tests/containers.py index 36b05c20a9a568fd03c7cca49f464f61eacceb0b..6dd75ade3a69af1e79492243b8c0b102669ce4ae 100755 --- a/tests/containers.py +++ b/tests/containers.py @@ -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)