diff options
-rwxr-xr-x | utils/analyzer/SATestBuild.py | 1 |
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 |