[merge] [trivial] add selftest -f option for --first
Martin Pool
mbp at sourcefrog.net
Mon Apr 16 05:38:46 BST 2007
=== modified file 'bzrlib/builtins.py'
--- bzrlib/builtins.py 2007-04-12 15:03:56 +0000
+++ bzrlib/builtins.py 2007-04-16 04:35:02 +0000
@@ -2335,7 +2335,8 @@
help='clean temporary tests directories'
' without running tests'),
Option('first',
- help='run all tests, but run specified tests first'
+ help='run all tests, but run specified
tests first',
+ short_name='f',
),
Option('numbered-dirs',
help='use numbered dirs for TestCaseInTempDir'),
--
Martin
More information about the bazaar
mailing list