diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/tutils.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |