[analyzer] Correct the error message in the testing infrastructure.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147568 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/analyzer/SATestBuild.py b/utils/analyzer/SATestBuild.py
index 124897a..a3a6311 100755
--- a/utils/analyzer/SATestBuild.py
+++ b/utils/analyzer/SATestBuild.py
@@ -298,8 +298,7 @@
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.