summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-08-05 17:36:54 +0000
committerChaoren Lin <chaorenl@google.com>2015-08-05 17:36:54 +0000
commitdd44c26d349f67f97b2313901ed91adb6e250a03 (patch)
tree9728de96867b08d66882c2d7116f53e48186098b
parent970c12eade40bd721e365e14285b97188cba9d8c (diff)
downloadbcm5719-llvm-dd44c26d349f67f97b2313901ed91adb6e250a03.tar.gz
bcm5719-llvm-dd44c26d349f67f97b2313901ed91adb6e250a03.zip
Flush stderr on dosep status update for Windows.
llvm-svn: 244069
-rwxr-xr-xlldb/test/dosep.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py
index 608497f80d4..17283f7cae6 100755
--- a/lldb/test/dosep.py
+++ b/lldb/test/dosep.py
@@ -86,6 +86,7 @@ def update_status(name = None, command = None, output = None):
print >> sys.stderr, "stderr:\n%s" % output[1]
sys.stderr.write("\r%*d out of %d test suites processed" %
(len(str(total_tests)), test_counter.value, total_tests))
+ sys.stderr.flush()
test_counter.value += 1
def parse_test_results(output):
OpenPOWER on IntegriCloud