diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-11-28 18:50:48 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-11-28 18:50:48 +0100 |
commit | 2291af7512c8fa8292ab9ad8ba126bd1413f62fa (patch) | |
tree | b02d303811d42ca7e28ebf1945f79b37fd15300e /scripts/TestUtil.py | |
parent | Fixed ICE-5027 - IceGrid/simple C# test failure with SSL (diff) | |
download | ice-2291af7512c8fa8292ab9ad8ba126bd1413f62fa.tar.bz2 ice-2291af7512c8fa8292ab9ad8ba126bd1413f62fa.tar.xz ice-2291af7512c8fa8292ab9ad8ba126bd1413f62fa.zip |
Fixed WinRT demo README.txt files
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
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) |