Rev 4858: Add an extra newline. It seems that calling clear_term() just isn't enough. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Thu Dec 3 18:10:43 GMT 2009


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 4858
revision-id: john at arbash-meinel.com-20091203181026-sgpmqlenqtrlq7er
parent: pqm at pqm.ubuntu.com-20091203050805-s70sybyrsrbbs10c
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Thu 2009-12-03 12:10:26 -0600
message:
  Add an extra newline. It seems that calling clear_term() just isn't enough.
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2009-12-02 07:56:16 +0000
+++ b/bzrlib/tests/__init__.py	2009-12-03 18:10:26 +0000
@@ -4152,7 +4152,7 @@
         # possible info to the test runner is even worse.
         if test_id != None:
             ui.ui_factory.clear_term()
-            sys.stderr.write('While running: %s\n' % (test_id,))
+            sys.stderr.write('\nWhile running: %s\n' % (test_id,))
         sys.stderr.write('Unable to remove testing dir %s\n%s'
                          % (os.path.basename(dirname), e))
 



More information about the bazaar-commits mailing list