~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-17 07:09:43 UTC
  • mfrom: (2418.2.2 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20070417070943-gzsrutg0oh9timob
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',
2335
2338
                            help='clean temporary tests directories'
2336
2339
                                 ' without running tests'),
2337
2340
                     Option('first',
2338
 
                            help='run all tests, but run specified tests first'
 
2341
                            help='run all tests, but run specified tests first',
 
2342
                            short_name='f',
2339
2343
                            ),
2340
2344
                     Option('numbered-dirs',
2341
2345
                            help='use numbered dirs for TestCaseInTempDir'),