/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/benchmarks/bench_checkout.py

  • Committer: Robert Collins
  • Date: 2007-08-07 22:59:45 UTC
  • mfrom: (2681 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2682.
  • Revision ID: robertc@robertcollins.net-20070807225945-dlxppeb3we4lh897
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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'])