]> granicus.if.org Git - clang/commitdiff
[analyzer] Correct the error message in the testing infrastructure.
authorAnna Zaks <ganna@apple.com>
Wed, 4 Jan 2012 23:53:50 +0000 (23:53 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 4 Jan 2012 23:53:50 +0000 (23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147568 91177308-0d34-0410-b5e6-96231b3b80d8

utils/analyzer/SATestBuild.py

index 124897a6f044be873adb74dd434973ee15013c0b..a3a6311fdb8abb9e79418bd95d4e48b5b079ba9b 100755 (executable)
@@ -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.