mirror of https://github.com/microsoft/clang.git
[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:
parent
85c1a32cd3
commit
d50f2dcc53
|
@ -180,7 +180,7 @@ Checkers = ",".join([
|
|||
"nullability"
|
||||
])
|
||||
|
||||
Verbose = 1
|
||||
Verbose = 0
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Test harness logic.
|
||||
|
|
Loading…
Reference in New Issue