diff options
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 |