~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2007-04-17 06:26:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2424.
  • Revision ID: mbp@sourcefrog.net-20070417062623-qoqarrtsfnmokq70
Add -1 option to selftest

Show diffs side-by-side

added added

removed removed

Lines of Context:
2317
2317
    hidden = True
2318
2318
    takes_args = ['testspecs*']
2319
2319
    takes_options = ['verbose',
2320
 
                     Option('one', help='stop when one test fails'),
 
2320
                     Option('one',
 
2321
                             help='stop when one test fails',
 
2322
                             short_name='1',
 
2323
                             ),
2321
2324
                     Option('keep-output',
2322
2325
                            help='keep output directories when tests fail'),
2323
2326
                     Option('transport',