[Pkg-bazaar-commits] ./bzr/unstable r399: - testbzr also runs selftests

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:52:10 UTC 2009


------------------------------------------------------------
revno: 399
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-05-09 11:21:05 +1000
message:
  - testbzr also runs selftests
modified:
  NEWS
  testbzr
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2005-05-09 01:18:48 +0000
+++ b/NEWS	2005-05-09 01:21:05 +0000
@@ -34,6 +34,9 @@
     * testbzr by default runs the version of bzr found in the same
       directory as the tests, or the one given as the first parameter.
 
+    * testbzr also runs the internal tests, so the only command
+      required to check is just ``./testbzr``.
+
 
   INTERNAL:
 

=== modified file 'testbzr'
--- a/testbzr	2005-05-09 01:18:48 +0000
+++ b/testbzr	2005-05-09 01:21:05 +0000
@@ -146,6 +146,9 @@
     runcmd("bzr help")
     runcmd("bzr --help")
 
+    progress("internal tests")
+    runcmd("bzr selftest")
+
     progress("user identity")
     # this should always identify something, if only "john at localhost"
     runcmd("bzr whoami")



More information about the Pkg-bazaar-commits mailing list