/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Andrew Bennetts
  • Date: 2008-05-02 06:00:46 UTC
  • mto: This revision was merged to the branch mainline in revision 3414.
  • Revision ID: andrew.bennetts@canonical.com-20080502060046-bpyc9jgfdcvrckdt
Add --debugflags/-E option to selftest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2653
2653
                            'known failures.'),
2654
2654
                     Option('load-list', type=str, argname='TESTLISTFILE',
2655
2655
                            help='Load a test id list from a text file.'),
 
2656
                     ListOption('debugflag', type=str, short_name='E',
 
2657
                                help='Turn on a selftest debug flag.'),
2656
2658
                     ]
2657
2659
    encoding_type = 'replace'
2658
2660
 
2661
2663
            lsprof_timed=None, cache_dir=None,
2662
2664
            first=False, list_only=False,
2663
2665
            randomize=None, exclude=None, strict=False,
2664
 
            load_list=None):
 
2666
            load_list=None, debugflag=None):
2665
2667
        import bzrlib.ui
2666
2668
        from bzrlib.tests import selftest
2667
2669
        import bzrlib.benchmarks as benchmarks
2704
2706
                              exclude_pattern=exclude,
2705
2707
                              strict=strict,
2706
2708
                              load_list=load_list,
 
2709
                              debug_flags=debugflag,
2707
2710
                              )
2708
2711
        finally:
2709
2712
            if benchfile is not None: