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