~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-24 03:12:08 UTC
  • mfrom: (2418.4.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070424031208-9y04a1j0yx3fjte5
(Ian Clatworthy) Bugs #102679, #102686. Add --exclude and --randomize to 'bzr selftest'

Show diffs side-by-side

added added

removed removed

Lines of Context:
442
442
 
443
443
  ./bzr selftest -v blackbox
444
444
 
445
 
To skip a particular test (or set of tests), you need to use a negative
446
 
match, like so::
447
 
 
448
 
  ./bzr selftest '^(?!.*blackbox)'  
 
445
To skip a particular test (or set of tests), use the --exclude option
 
446
(shorthand -x) like so::
 
447
 
 
448
  ./bzr selftest -v -x blackbox  
 
449
 
 
450
To list tests without running them, use the --list-only option like so::
 
451
 
 
452
  ./bzr selftest --list-only
 
453
 
 
454
This option can be combined with other selftest options (like -x) and
 
455
filter patterns to understand their effect.
449
456
 
450
457
 
451
458
Errors and exceptions