From 07d5b90ebf190c4419f6b3f3d3cea1cf116ceecb Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 4 Jun 2015 20:36:50 +1200 Subject: Shore up test suite. --- 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 778ad790..dc118bbe 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -16,6 +16,7 @@ class DaemonTests(object): timeout = None hexdump = False ssloptions = None + nocraft = False @classmethod def setUpAll(klass): @@ -36,6 +37,7 @@ class DaemonTests(object): nohang = klass.nohang, timeout = klass.timeout, hexdump = klass.hexdump, + nocraft = klass.nocraft, logreq = True, logresp = True, explain = True -- cgit v1.2.3