1779
1779
help='Use a different transport by default '
1780
1780
'throughout the test suite.',
1781
1781
type=get_transport_type),
1784
1785
def run(self, testspecs_list=None, verbose=False, one=False,
1788
1789
# we don't want progress meters from the tests to go to the
1789
1790
# real output; and we don't want log messages cluttering up
1791
1792
save_ui = bzrlib.ui.ui_factory
1792
1796
bzrlib.trace.info('running tests...')
1794
1798
bzrlib.ui.ui_factory = bzrlib.ui.SilentUIFactory()