From: George Karpenkov Date: Thu, 29 Mar 2018 01:23:54 +0000 (+0000) Subject: [analyzer] [testing] Be less verbose by default in integration testing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d50f2dcc531668336bbdbe822319de062ecef046;p=clang [analyzer] [testing] Be less verbose by default in integration testing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328752 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/analyzer/SATestBuild.py b/utils/analyzer/SATestBuild.py index 51e5f4e75f..8f765b9546 100755 --- a/utils/analyzer/SATestBuild.py +++ b/utils/analyzer/SATestBuild.py @@ -180,7 +180,7 @@ Checkers = ",".join([ "nullability" ]) -Verbose = 1 +Verbose = 0 #------------------------------------------------------------------------------ # Test harness logic.