tests/run-tests.py
changeset 21440 ece127734db1
parent 21439 2e22954b97e3
child 21441 213339e9bada
--- a/tests/run-tests.py	Sun Apr 20 13:04:19 2014 -0700
+++ b/tests/run-tests.py	Sun Apr 20 14:04:37 2014 -0700
@@ -494,7 +494,9 @@
 
         vlog("# Ret was:", ret)
 
-        if not options.verbose:
+        # Don't print progress in unittest mode because that is handled
+        # by TestResult.
+        if not options.verbose and not self._unittest:
             iolock.acquire()
             sys.stdout.write(res[0])
             sys.stdout.flush()