Count test correctly with -q.

llvm-svn: 81313
This commit is contained in:
Daniel Dunbar 2009-09-09 02:41:42 +00:00
parent 03e7a26276
commit d44c2e033f
1 changed files with 1 additions and 0 deletions

View File

@ -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.