26
26
def test_build_kernel_like_tree(self):
27
27
"""Checkout of a clean kernel sized tree should be (<10secs)."""
28
28
self.make_kernel_like_committed_tree(link_bzr=True)
29
self.time(self.run_bzr, 'checkout', '--lightweight', '.', 'acheckout')
29
self.time(self.run_bzr, ['checkout', '--lightweight', '.', 'acheckout'])