# HG changeset patch # User Julien Cristau # Date 1333540511 -7200 # Node ID 8614f8e0dd7aa93580840faaf2ab8a26dc265c18 # Parent c14898df3b927ff5e0189866534190f85981823f tests: disable progress estimate in test-debugbuilddag.t If the command takes long enough, including 'estimate' in the format will add some more data to the progress bar output, and make the test fail. See e.g. https://buildd.debian.org/status/fetch.php?pkg=mercurial&arch=kfreebsd-amd64&ver=2.1.2-2&stamp=1333493711 diff -r c14898df3b92 -r 8614f8e0dd7a tests/test-debugbuilddag.t --- a/tests/test-debugbuilddag.t Wed Apr 04 12:46:54 2012 -0500 +++ b/tests/test-debugbuilddag.t Wed Apr 04 13:55:11 2012 +0200 @@ -7,6 +7,7 @@ $ hg debugbuilddag '+2:f +3:p2 @temp --config extensions.progress= --config progress.assume-tty=1 \ > --config progress.delay=0 --config progress.refresh=0 \ + > --config progress.format=topic,bar,number \ > --config progress.width=60 2>&1 | \ > python $TESTDIR/filtercr.py