]> granicus.if.org Git - clang/commitdiff
[analyzer] Testing infrastructure: flush the output between projects.
authorAnna Zaks <ganna@apple.com>
Tue, 8 Nov 2011 00:27:56 +0000 (00:27 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 8 Nov 2011 00:27:56 +0000 (00:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144051 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/SATestBuild.py

index d15ca9186c329e6d7cfad36663f183862b7499ab..684051fcd5db5a5dadc96b4a7caa8d532c85786a 100755 (executable)
@@ -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