progress using tests: disable time estimates to avoid flakiness
authorAugie Fackler <durin42@gmail.com>
Wed, 15 Dec 2010 10:55:14 -0600
changeset 13149 735dd8e8a208
parent 13148 ab5fcc473fd1
child 13150 8617b8b74fae
progress using tests: disable time estimates to avoid flakiness
tests/test-archive.t
tests/test-convert-svn-move.t
tests/test-progress.t
tests/test-subrepo-recursion.t
--- 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
 
--- a/tests/test-subrepo-recursion.t	Wed Dec 15 10:22:54 2010 -0600
+++ b/tests/test-subrepo-recursion.t	Wed Dec 15 10:55:14 2010 -0600
@@ -230,6 +230,7 @@
   > [progress]
   > assume-tty = 1
   > delay = 0
+  > format = topic bar number
   > refresh = 0
   > width = 60
   > EOF