diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-02-07 09:54:58 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-02-07 09:54:58 +0000 |
commit | 3acb30547c5bb321e4be957c6b1a98778180e11f (patch) | |
tree | 86791ad09c812533bddae296776e568b2371631e /cpp/config/TestUtil.py | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1750 (diff) | |
download | ice-3acb30547c5bb321e4be957c6b1a98778180e11f.tar.bz2 ice-3acb30547c5bb321e4be957c6b1a98778180e11f.tar.xz ice-3acb30547c5bb321e4be957c6b1a98778180e11f.zip |
some WIN32 fixes.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 3fbbfbc0060..2df03b86bb0 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -173,6 +173,7 @@ class ReaderThread(Thread): if not line: break # Suppress "adapter ready" messages. Under windows the eol isn't \n. if not line.endswith(" ready\n") and not line.endswith(" ready\r\n"): + sys.stdout.flush() print line, except IOError: pass |