commit | c60535ab81d77d3f8232e29cf2680bda10858423 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed Sep 09 02:41:42 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed Sep 09 02:41:42 2009 +0000 |
tree | 3f2809a010f54799b533bdf25f008a5ad70f520b | |
parent | 07d0bd4da7a53e2c3772b89f8e03e25907b60921 [diff] [blame] |
Count test correctly with -q. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81313 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/lit/lit.py b/utils/lit/lit.py index ceb08f5..98cb44d 100755 --- a/utils/lit/lit.py +++ b/utils/lit/lit.py
@@ -33,6 +33,7 @@ def update(self, test): # Avoid locking overhead in quiet mode if self.opts.quiet and not test.result.isFailure: + self.completed += 1 return # Output lock.