diff options
author | Lakin Wecker <none@none> | 2009-06-01 02:44:42 +0000 |
---|---|---|
committer | Lakin Wecker <none@none> | 2009-06-01 02:44:42 +0000 |
commit | 6a7c838466fc6d54c84dd763473153eee582e71f (patch) | |
tree | efd88910f6af2c8cbe30bc415e046897f90ca669 /cherrypy/test/logtest.py | |
parent | 6423ae6857f868129e85f565825da2386eb83c8d (diff) | |
download | cherrypy-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.py | 2 |
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": |