2475
2475
from bzrlib.tests import selftest
2476
2476
import bzrlib.benchmarks as benchmarks
2477
2477
from bzrlib.benchmarks import tree_creator
2479
2480
if cache_dir is not None:
2480
2481
tree_creator.TreeCreator.CACHE_ROOT = osutils.abspath(cache_dir)
2484
2485
if testspecs_list is not None:
2485
2486
pattern = '|'.join(testspecs_list)