diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-28 12:16:02 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-28 12:16:02 +1200 |
commit | 4407508e0ce971b03358877844d409e16b244562 (patch) | |
tree | c121b8b15e548792a897fa6217164fcf873bc7a7 /test/tutils.py | |
parent | 6b6317e1de7d4168debe9fc3aa5427aab40f13fd (diff) | |
download | mitmproxy-4407508e0ce971b03358877844d409e16b244562.tar.gz mitmproxy-4407508e0ce971b03358877844d409e16b244562.tar.bz2 mitmproxy-4407508e0ce971b03358877844d409e16b244562.zip |
Give some structure to the logging module
Diffstat (limited to 'test/tutils.py')
-rw-r--r-- | test/tutils.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |