From 4407508e0ce971b03358877844d409e16b244562 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 28 Jun 2015 12:16:02 +1200 Subject: Give some structure to the logging module --- test/tutils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index 050fa108..9d9b687d 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -98,6 +98,7 @@ class DaemonTests(object): ret.append(resp) for frm in c.wait(): ret.append(frm) + c.stop() return ret, logfp.getvalue() -- cgit v1.2.3