[Pkg-bazaar-commits] ./bzr/unstable r728: - warning not to use testbzr

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


------------------------------------------------------------
revno: 728
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-06-21 18:43:54 +1000
message:
  - warning not to use testbzr
modified:
  testbzr
-------------- next part --------------
=== modified file 'testbzr'
--- a/testbzr	2005-06-21 08:35:05 +0000
+++ b/testbzr	2005-06-21 08:43:54 +0000
@@ -17,6 +17,12 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+print 'please use "bzr selftest" instead'
+import sys
+sys.exit(1)
+
+
+
 
 """External black-box test for bzr.
 



More information about the Pkg-bazaar-commits mailing list