summaryrefslogtreecommitdiff
path: root/cherrypy/test/logtest.py
diff options
context:
space:
mode:
authorLakin Wecker <none@none>2009-06-01 02:44:42 +0000
committerLakin Wecker <none@none>2009-06-01 02:44:42 +0000
commit6a7c838466fc6d54c84dd763473153eee582e71f (patch)
treeefd88910f6af2c8cbe30bc415e046897f90ca669 /cherrypy/test/logtest.py
parent6423ae6857f868129e85f565825da2386eb83c8d (diff)
downloadcherrypy-git-6a7c838466fc6d54c84dd763473153eee582e71f.tar.gz
trunk - adding test_auth_basic and test_auth_digest into the normal test runs. Also fixing those tests for the new content-type header. Finally, flushing stdout in logtest and webtest.
Diffstat (limited to 'cherrypy/test/logtest.py')
-rw-r--r--cherrypy/test/logtest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cherrypy/test/logtest.py b/cherrypy/test/logtest.py
index 2979ccef..7cec7d1b 100644
--- a/cherrypy/test/logtest.py
+++ b/cherrypy/test/logtest.py
@@ -49,6 +49,8 @@ class LogCase(object):
p = " Show: [L]og [M]arker [P]attern; [I]gnore, [R]aise, or sys.e[X]it >> "
print p,
+ # ARGH!
+ sys.stdout.flush()
while True:
i = getchar().upper()
if i not in "MPLIRX":