Count test correctly with -q.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 9 Sep 2009 02:41:42 +0000 (02:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 9 Sep 2009 02:41:42 +0000 (02:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81313 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/lit.py

index ceb08f56b63070def81552c0c98be71b32187ed8..98cb44d17d487e4108a01b78e43e903ee51475c5 100755 (executable)
@@ -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.