From: Anna Zaks Date: Wed, 4 Jan 2012 23:53:50 +0000 (+0000) Subject: [analyzer] Correct the error message in the testing infrastructure. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f063a3b783e22effa7972d05830cee942b2499ce;p=clang [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 124897a6f0..a3a6311fdb 100755 --- a/utils/analyzer/SATestBuild.py +++ b/utils/analyzer/SATestBuild.py @@ -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.