From 41f1c66772c6546fc39b9dcf64d8c04992a2e1ab Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 1 Oct 2012 12:48:26 +1300 Subject: Add -q and -r flags to pathod, logging request and respnose bytes. - These flags also mean that a bytes log is included in the internal log buffer. - There's an -x flag to turn on hex dump output in the text logs (does not affect the log buffer). --- test/tutils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index 8e7bca20..71a6034f 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -20,6 +20,8 @@ class DaemonTests: noapi = self.noapi, nohang = self.nohang, timeout = self.timeout, + logreq = True, + logresp = True ) @classmethod -- cgit v1.2.3