summaryrefslogtreecommitdiffhomepage
path: root/test/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/conftest.py')
-rw-r--r--test/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/conftest.py b/test/conftest.py
index 2d8eabad..91c59e17 100644
--- a/test/conftest.py
+++ b/test/conftest.py
@@ -429,6 +429,7 @@ def _clear_temp_dir():
temporary_dir = unit_instance['temp_dir']
if is_findmnt and not waitforunmount(temporary_dir, timeout=600):
+ Log.print_log()
sys.exit(f'Could not unmount filesystems in tmpdir ({temporary_dir}).')
for item in Path(temporary_dir).iterdir():