~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/testing.txt

  • Committer: John Arbash Meinel
  • Date: 2010-09-30 19:33:53 UTC
  • mfrom: (5422.3.6 scripts)
  • mto: This revision was merged to the branch mainline in revision 5527.
  • Revision ID: john@arbash-meinel.com-20100930193353-lxjnx32ulm9otk05
Merge ~mbp/bzr/scripts to handle NEWS conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
388
388
If you want the command to succeed for any output, just use::
389
389
 
390
390
  $ bzr add file
 
391
  ...
 
392
  2>...
 
393
 
 
394
or use the ``--quiet`` option::
 
395
 
 
396
  $ bzr add -q file
391
397
 
392
398
The following will stop with an error::
393
399