174
174
def test_benchmark_runs_benchmark_tests(self):
175
175
"""bzr selftest --benchmark should not run the default test suite."""
176
176
# We test this by passing a regression test name to --benchmark, which
178
178
old_root = TestCaseWithMemoryTransport.TEST_ROOT
180
180
TestCaseWithMemoryTransport.TEST_ROOT = None