commit | 1f5fe1132ecf08061cb9433790c0ab3c127df33d | [log] [tgz] |
---|---|---|
author | George Karpenkov <ekarpenkov@apple.com> | Tue Aug 07 21:14:35 2018 +0000 |
committer | George Karpenkov <ekarpenkov@apple.com> | Tue Aug 07 21:14:35 2018 +0000 |
tree | 72ef8d6654966e80622b2ea373f2d6a7b388f2c7 | |
parent | 7aa4ed9b5f124ff918d59332733b3c9ad093cf84 [diff] [blame] |
[analyzer] [tests] Do not be verbose by default when updating reference results. llvm-svn: 339183
diff --git a/clang/utils/analyzer/SATestUpdateDiffs.py b/clang/utils/analyzer/SATestUpdateDiffs.py index 92bbd83..3f1aafa 100755 --- a/clang/utils/analyzer/SATestUpdateDiffs.py +++ b/clang/utils/analyzer/SATestUpdateDiffs.py
@@ -10,7 +10,7 @@ import os import sys -Verbose = 1 +Verbose = 0 def runCmd(Command, **kwargs):