[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
This commit is contained in:
George Karpenkov 2018-03-29 01:23:54 +00:00
parent 85c1a32cd3
commit d50f2dcc53
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ Checkers = ",".join([
"nullability"
])
Verbose = 1
Verbose = 0
#------------------------------------------------------------------------------
# Test harness logic.