projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afe7ca
)
Invoke cleanup() with right arguments.
author
Nikolaus Rath
<Nikolaus@rath.org>
Wed, 20 Nov 2019 11:38:33 +0000
(11:38 +0000)
committer
Nikolaus 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
patch
|
blob
|
history
diff --git
a/test/test_ctests.py
b/test/test_ctests.py
index e4ce668d31ef527530c3f33d02f53054e2967c6b..4290f20c86db6b701a553b6e77b6816b545cea1e 100644
(file)
--- a/
test/test_ctests.py
+++ b/
test/test_ctests.py
@@
-93,7
+93,7
@@
def test_notify_file_size(tmpdir, notify, output_checker):
else:
assert new_size == size
except:
- cleanup(mnt_dir)
+ cleanup(m
ount_process, m
nt_dir)
raise
else:
umount(mount_process, mnt_dir)