[analyzer] Correct the error message in the testing infrastructure.

llvm-svn: 147568
This commit is contained in:
Anna Zaks 2012-01-04 23:53:50 +00:00
parent dec9d12fc4
commit 5acd9603da
1 changed files with 1 additions and 2 deletions

View File

@ -298,8 +298,7 @@ def checkBuild(SBOutputDir):
finally:
SummaryLog.close()
print "Error: analysis failed. See ", \
os.path.join(SBOutputDir, FailuresSummaryFileName)
print "Error: analysis failed. See ", SummaryPath
sys.exit(-1)
# Auxiliary object to discard stdout.