Mercurial > hg-stable
changeset 13149:735dd8e8a208
progress using tests: disable time estimates to avoid flakiness
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 15 Dec 2010 10:55:14 -0600 |
parents | ab5fcc473fd1 |
children | 8617b8b74fae |
files | tests/test-archive.t tests/test-convert-svn-move.t tests/test-progress.t tests/test-subrepo-recursion.t |
diffstat | 4 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-archive.t Wed Dec 15 10:22:54 2010 -0600 +++ b/tests/test-archive.t Wed Dec 15 10:55:14 2010 -0600 @@ -214,6 +214,7 @@ > progress = > [progress] > assume-tty = 1 + > format = topic bar number > delay = 0 > refresh = 0 > width = 60
--- a/tests/test-convert-svn-move.t Wed Dec 15 10:22:54 2010 -0600 +++ b/tests/test-convert-svn-move.t Wed Dec 15 10:55:14 2010 -0600 @@ -167,6 +167,7 @@ > [progress] > assume-tty = 1 > delay = 0 + > format = topic bar number > refresh = 0 > width = 60 > EOF
--- a/tests/test-progress.t Wed Dec 15 10:22:54 2010 -0600 +++ b/tests/test-progress.t Wed Dec 15 10:55:14 2010 -0600 @@ -27,6 +27,7 @@ $ echo "progress=" >> $HGRCPATH $ echo "loop=`pwd`/loop.py" >> $HGRCPATH $ echo "[progress]" >> $HGRCPATH + $ echo "format = topic bar number" >> $HGRCPATH $ echo "assume-tty=1" >> $HGRCPATH $ echo "width=60" >> $HGRCPATH