[PATCH 5 of 5] progress using tests: disable time estimates to avoid flakiness

Augie Fackler durin42 at gmail.com
Wed Dec 15 11:25:37 CST 2010


# HG changeset patch
# User Augie Fackler <durin42 at gmail.com>
# Date 1292432114 21600
# Node ID 94507fd06ebc1516d4141a411cb27ec7534fa3a9
# Parent  24f467fa960df1f4288e89bbab76e36637b94581
progress using tests: disable time estimates to avoid flakiness

diff --git a/tests/test-archive.t b/tests/test-archive.t
--- a/tests/test-archive.t
+++ b/tests/test-archive.t
@@ -214,6 +214,7 @@
   > progress =
   > [progress]
   > assume-tty = 1
+  > format = topic bar number
   > delay = 0
   > refresh = 0
   > width = 60
diff --git a/tests/test-convert-svn-move.t b/tests/test-convert-svn-move.t
--- a/tests/test-convert-svn-move.t
+++ b/tests/test-convert-svn-move.t
@@ -167,6 +167,7 @@
   > [progress]
   > assume-tty = 1
   > delay = 0
+  > format = topic bar number
   > refresh = 0
   > width = 60
   > EOF
diff --git a/tests/test-progress.t b/tests/test-progress.t
--- a/tests/test-progress.t
+++ b/tests/test-progress.t
@@ -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
 
diff --git a/tests/test-subrepo-recursion.t b/tests/test-subrepo-recursion.t
--- a/tests/test-subrepo-recursion.t
+++ b/tests/test-subrepo-recursion.t
@@ -230,6 +230,7 @@
   > [progress]
   > assume-tty = 1
   > delay = 0
+  > format = topic bar number
   > refresh = 0
   > width = 60
   > EOF


More information about the Mercurial-devel mailing list