[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:
George Karpenkov 2018-08-07 21:14:35 +00:00
parent 069ac442a1
commit a768772bd3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from subprocess import check_call
import os
import sys
Verbose = 1
Verbose = 0
def runCmd(Command, **kwargs):