~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Martin Pool
  • Date: 2006-06-20 05:32:16 UTC
  • mfrom: (1797 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1798.
  • Revision ID: mbp@sourcefrog.net-20060620053216-817857d7ca3e9d1f
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
 
291
291
  ./bzr selftest -v blackbox
292
292
 
 
293
To skip a particular test (or set of tests), you need to use a negative
 
294
match, like so::
 
295
  ./bzr selftest '^(?!.*blackbox)'  
 
296
 
293
297
 
294
298
Errors and exceptions
295
299
=====================