diff options
Diffstat (limited to 'test/pathod')
-rw-r--r-- | test/pathod/tutils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pathod/tutils.py b/test/pathod/tutils.py index a99a2fd3..e674812b 100644 --- a/test/pathod/tutils.py +++ b/test/pathod/tutils.py @@ -64,6 +64,7 @@ class DaemonTests(object): shutil.rmtree(cls.confdir) def teardown(self): + self.d.wait_for_silence() if not (self.noweb or self.noapi): self.d.clear_log() |