summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2011-11-08 00:27:56 +0000
committerAnna Zaks <ganna@apple.com>2011-11-08 00:27:56 +0000
commitbc05f57cba6655d1f8ff7f17338dac63139b878e (patch)
tree411be19ba7bf2c072982e8fb8d1a9f1e16c1c939 /utils
parentdc4df51d32dea56fbec79037570832dffbcc14e6 (diff)
[analyzer] Testing infrastructure: flush the output between projects.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144051 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/analyzer/SATestBuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/analyzer/SATestBuild.py b/utils/analyzer/SATestBuild.py
index d15ca9186c..684051fcd5 100755
--- a/utils/analyzer/SATestBuild.py
+++ b/utils/analyzer/SATestBuild.py
@@ -394,6 +394,7 @@ def testAll(InIsReferenceBuild = False):
print "Error: Second entry in the ProjectMapFile should be 0 or 1."
raise Exception()
testProject(I[0], InIsReferenceBuild, int(I[1]))
+ sys.stdout.flush()
except:
print "Error occurred. Premature termination."
raise