summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-11-28 18:50:48 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-11-28 18:50:48 +0100
commit2291af7512c8fa8292ab9ad8ba126bd1413f62fa (patch)
treeb02d303811d42ca7e28ebf1945f79b37fd15300e /scripts/TestUtil.py
parentFixed ICE-5027 - IceGrid/simple C# test failure with SSL (diff)
downloadice-2291af7512c8fa8292ab9ad8ba126bd1413f62fa.tar.bz2
ice-2291af7512c8fa8292ab9ad8ba126bd1413f62fa.tar.xz
ice-2291af7512c8fa8292ab9ad8ba126bd1413f62fa.zip
Fixed WinRT demo README.txt files
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 03555dfa4da..2f417751205 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1052,6 +1052,7 @@ def _spawn(cmd, env=None, cwd=None, startReader=True, lang=None):
if debug:
sys.stdout.write("(%s) " % cmd)
+ sys.stdout.flush()
if printenv:
dumpenv(env, lang)