Index: tools/testrunner/local/progress.py |
diff --git a/tools/testrunner/local/progress.py b/tools/testrunner/local/progress.py |
index 421f9417a5646a803c2e4ce5593c4150398351d5..e40872f1824848294d98efb7f309908b9808d8c4 100644 |
--- a/tools/testrunner/local/progress.py |
+++ b/tools/testrunner/local/progress.py |
@@ -130,6 +130,7 @@ class VerboseProgressIndicator(SimpleProgressIndicator): |
else: |
outcome = 'pass' |
print 'Done running %s: %s' % (test.GetLabel(), outcome) |
+ sys.stdout.flush() |
def Heartbeat(self): |
print 'Still working...' |