~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/HACKING.txt

Merge from bzr.dev

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