[Pkg-bazaar-commits] ./bzr/unstable r776: - Better test progress display

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:13:43 UTC 2009


------------------------------------------------------------
revno: 776
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-06-24 19:39:21 +1000
message:
  - Better test progress display
modified:
  bzrlib/selftest/__init__.py
-------------- next part --------------
=== modified file 'bzrlib/selftest/__init__.py'
--- a/bzrlib/selftest/__init__.py	2005-06-24 09:38:25 +0000
+++ b/bzrlib/selftest/__init__.py	2005-06-24 09:39:21 +0000
@@ -183,6 +183,7 @@
     def startTest(self, test):
         # TODO: Maybe show test.shortDescription somewhere?
         print >>self.out, '%-60.60s' % test.id(),
+        self.out.flush()
         TestResult.startTest(self, test)
 
     def stopTest(self, test):



More information about the Pkg-bazaar-commits mailing list