mirror of https://github.com/microsoft/clang.git
[analyzer] [tests] Do not be verbose by default when updating reference results.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
069ac442a1
commit
a768772bd3
|
@ -10,7 +10,7 @@ from subprocess import check_call
|
|||
import os
|
||||
import sys
|
||||
|
||||
Verbose = 1
|
||||
Verbose = 0
|
||||
|
||||
|
||||
def runCmd(Command, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue