From bc05f57cba6655d1f8ff7f17338dac63139b878e Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Tue, 8 Nov 2011 00:27:56 +0000 Subject: [PATCH] [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 --- utils/analyzer/SATestBuild.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0