diff --git a/test/test.py b/test/test.py index f8ec25f7e..58f8a092f 100755 --- a/test/test.py +++ b/test/test.py @@ -37,6 +37,7 @@ conf.confDir = 'test-conf' conf.logDir = 'test-log' conf.replyWhenNotCommand = False conf.stdoutLogging = False +conf.detailedTracebacks = False # Bugs in cgitb can be bad. import fix