Invoke cleanup() with right arguments.
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 20 Nov 2019 11:38:33 +0000 (11:38 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 20 Nov 2019 11:38:33 +0000 (11:38 +0000)
This currently causes hangs if the test fails, cf issue #459.

test/test_ctests.py

index e4ce668d31ef527530c3f33d02f53054e2967c6b..4290f20c86db6b701a553b6e77b6816b545cea1e 100644 (file)
@@ -93,7 +93,7 @@ def test_notify_file_size(tmpdir, notify, output_checker):
         else:
             assert new_size == size
     except:
-        cleanup(mnt_dir)
+        cleanup(mount_process, mnt_dir)
         raise
     else:
         umount(mount_process, mnt_dir)