[Pkg-bazaar-commits] ./bzr-builddeb/trunk r224: Fix the return code of the test-builddeb command.

James Westby jw+debian at jameswestby.net
Thu May 15 13:29:40 UTC 2008


------------------------------------------------------------
revno: 224
committer: James Westby <jw+debian at jameswestby.net>
branch nick: trunk
timestamp: Wed 2008-03-19 22:36:12 +0000
message:
  Fix the return code of the test-builddeb command.
modified:
  __init__.py
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2008-03-19 22:26:57 +0000
+++ b/__init__.py	2008-03-19 22:36:12 +0000
@@ -625,7 +625,7 @@
     def run(self):
         from bzrlib.tests import selftest
         result = selftest(test_suite_factory=test_suite)
-        return result
+        return not result
 
 
 register_command(cmd_test_builddeb)



More information about the Pkg-bazaar-commits mailing list