From: Anna Zaks Date: Tue, 8 Nov 2011 00:27:56 +0000 (+0000) Subject: [analyzer] Testing infrastructure: flush the output between projects. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc05f57cba6655d1f8ff7f17338dac63139b878e;p=clang [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 --- 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