~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-09 06:36:01 UTC
  • mfrom: (2687.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070809063601-esywbsbqp7zcs4x9
Add selftest --strict

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
 
262
262
  ./bzr selftest -v -x blackbox  
263
263
 
 
264
To ensure that all tests are being run and succeeding, you can use the
 
265
--strict option which will fail if there are any missing features or known
 
266
failures, like so::
 
267
 
 
268
  ./bzr selftest --strict
 
269
 
264
270
To list tests without running them, use the --list-only option like so::
265
271
 
266
272
  ./bzr selftest --list-only