[Pkg-bazaar-commits] ./bzr/unstable r734: - remove noise output while testing

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


------------------------------------------------------------
revno: 734
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-06-22 16:26:23 +1000
message:
  - remove noise output while testing
modified:
  bzrlib/selftest/blackbox.py
-------------- next part --------------
=== modified file 'bzrlib/selftest/blackbox.py'
--- a/bzrlib/selftest/blackbox.py	2005-06-22 06:18:20 +0000
+++ b/bzrlib/selftest/blackbox.py	2005-06-22 06:26:23 +0000
@@ -34,10 +34,7 @@
     def runTest(self):
         # output is intentionally passed through to stdout so that we
         # can see the version being tested
-        print
         self.runcmd(['bzr', 'version'])
-        print
-
 
 
 class HelpCommands(TestBase):
@@ -52,7 +49,6 @@
 class InitBranch(InTempDir):
     def runTest(self):
         import os
-        print "%s running in %s" % (self, os.getcwdu())
         self.runcmd(['bzr', 'init'])
 
 



More information about the Pkg-bazaar-commits mailing list