Rev 5389: A bit more explanation. in http://bazaar.launchpad.net/~jameinel/bzr/2.3-filter-tests

John Arbash Meinel john at arbash-meinel.com
Fri Aug 27 18:33:33 BST 2010


At http://bazaar.launchpad.net/~jameinel/bzr/2.3-filter-tests

------------------------------------------------------------
revno: 5389
revision-id: john at arbash-meinel.com-20100827173259-y337khyx0mlt0vk5
parent: john at arbash-meinel.com-20100827173016-143aneth5ezua19b
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.3-filter-tests
timestamp: Fri 2010-08-27 12:32:59 -0500
message:
  A bit more explanation.
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2010-08-27 17:30:16 +0000
+++ b/bzrlib/tests/__init__.py	2010-08-27 17:32:59 +0000
@@ -1642,6 +1642,8 @@
     def _report_skip(self, result, e):
         # We override the default _report_skip, just so we can disable
         # including the log details, and then thunk to the original code.
+        # We have to do it before that code runs, because the log gets turned
+        # into 'reason' otherwise.
         self._suppress_log()
         super(TestCase, self)._report_skip(self, result, e)
 



More information about the bazaar-commits mailing list