comparison tests/test_util.py @ 1343:e597714cb420 stable

tests: pass --quiet anyplace we call dispatch to run a command Without this the now-in-core progress code will fire when we run dispatch since that picks up a clean ui.ui() instance that we can't set .quiet on easily.
author Augie Fackler <raf@durin42.com>
date Tue, 11 Aug 2015 16:56:37 -0400
parents c6b01fd34694
children 38be7a6b6def
comparison
equal deleted inserted replaced
1342:c6b01fd34694 1343:e597714cb420
565 if subdir: 565 if subdir:
566 projectpath += '/' + subdir 566 projectpath += '/' + subdir
567 567
568 cmd = [ 568 cmd = [
569 'clone', 569 'clone',
570 '--quiet',
570 '--layout=%s' % layout, 571 '--layout=%s' % layout,
571 '--startrev=%s' % startrev, 572 '--startrev=%s' % startrev,
572 fileurl(projectpath), 573 fileurl(projectpath),
573 self.wc_path, 574 self.wc_path,
574 ] 575 ]