[analyzer] [testing] Be less verbose by default in integration testing.

llvm-svn: 328752
This commit is contained in:
George Karpenkov 2018-03-29 01:23:54 +00:00
parent bc3a21f823
commit 711058165c
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.