##// END OF EJS Templates
progress using tests: disable time estimates to avoid flakiness
Augie Fackler -
r13149:735dd8e8 default
parent child Browse files
Show More
@@ -214,6 +214,7 b' enable progress extension:'
214 214 > progress =
215 215 > [progress]
216 216 > assume-tty = 1
217 > format = topic bar number
217 218 > delay = 0
218 219 > refresh = 0
219 220 > width = 60
@@ -167,6 +167,7 b" Test convert progress bar'"
167 167 > [progress]
168 168 > assume-tty = 1
169 169 > delay = 0
170 > format = topic bar number
170 171 > refresh = 0
171 172 > width = 60
172 173 > EOF
@@ -27,6 +27,7 b''
27 27 $ echo "progress=" >> $HGRCPATH
28 28 $ echo "loop=`pwd`/loop.py" >> $HGRCPATH
29 29 $ echo "[progress]" >> $HGRCPATH
30 $ echo "format = topic bar number" >> $HGRCPATH
30 31 $ echo "assume-tty=1" >> $HGRCPATH
31 32 $ echo "width=60" >> $HGRCPATH
32 33
@@ -230,6 +230,7 b' Enable progress extension for archive te'
230 230 > [progress]
231 231 > assume-tty = 1
232 232 > delay = 0
233 > format = topic bar number
233 234 > refresh = 0
234 235 > width = 60
235 236 > EOF
General Comments 0
You need to be logged in to leave comments. Login now