summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-09 02:41:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-09 02:41:42 +0000
commitc60535ab81d77d3f8232e29cf2680bda10858423 (patch)
tree3f2809a010f54799b533bdf25f008a5ad70f520b /utils
parent07d0bd4da7a53e2c3772b89f8e03e25907b60921 (diff)
downloadllvm-c60535ab81d77d3f8232e29cf2680bda10858423.tar.gz
llvm-c60535ab81d77d3f8232e29cf2680bda10858423.tar.bz2
llvm-c60535ab81d77d3f8232e29cf2680bda10858423.tar.xz
Count test correctly with -q.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lit/lit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/lit/lit.py b/utils/lit/lit.py
index ceb08f56b6..98cb44d17d 100755
--- a/utils/lit/lit.py
+++ b/utils/lit/lit.py
@@ -33,6 +33,7 @@ class TestingProgressDisplay:
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.