summaryrefslogtreecommitdiff
path: root/cherrypy/test/modpy.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2006-10-04 02:19:15 +0000
committerRobert Brewer <fumanchu@aminus.org>2006-10-04 02:19:15 +0000
commitaa396f966318de806692b157f56ebbee30d6ad9c (patch)
tree9768e55ed00a3d0acb9c6c0c6da9045a479e0bcc /cherrypy/test/modpy.py
parentdb888fa29f68397c151602e3ba293d45c3ce522a (diff)
downloadcherrypy-git-aa396f966318de806692b157f56ebbee30d6ad9c.tar.gz
Fix for #481 (buildbot quiet mode). Use {{{test.py --dumb}}} to suppress the interactive test output features, as well as the "hit enter" prompt at the end.
Diffstat (limited to 'cherrypy/test/modpy.py')
-rw-r--r--cherrypy/test/modpy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cherrypy/test/modpy.py b/cherrypy/test/modpy.py
index 38c8e311..d133517d 100644
--- a/cherrypy/test/modpy.py
+++ b/cherrypy/test/modpy.py
@@ -133,6 +133,7 @@ class ModPythonTestHarness(test.TestHarness):
webtest.WebCase.PORT = self.port
webtest.WebCase.harness = self
webtest.WebCase.scheme = "http"
+ webtest.WebCase.interactive = self.interactive
print
print "Running tests:", self.server