aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tutils.py')
-rw-r--r--test/tutils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tutils.py b/test/tutils.py
index a63ed7eb..3de18417 100644
--- a/test/tutils.py
+++ b/test/tutils.py
@@ -23,7 +23,8 @@ class DaemonTests:
timeout = self.timeout,
hexdump = self.hexdump,
logreq = True,
- logresp = True
+ logresp = True,
+ explain = True
)
@classmethod