##// END OF EJS Templates
test-patchbomb.t: clean up progress tests
Augie Fackler -
r14101:0c522883 default
parent child Browse files
Show More
@@ -158,16 +158,30 b''
158 158
159 159 $ hg email -m test.mbox -f quux -t foo -c bar -s test 0:tip \
160 160 > --config extensions.progress= --config progress.assume-tty=1 \
161 > --config progress.delay=0 --config progress.refresh=0
161 > --config progress.delay=0 --config progress.refresh=0 \
162 > --config progress.width=60 2>&1 | \
163 > python $TESTDIR/filtercr.py
162 164 This patch series consists of 2 patches.
163 165
164 166
165 167 Write the introductory message for the patch series.
166 168
167 \rwriting [ ] 0/3\rwriting [ ] 0/3\r \r\r \r\rwriting [====================> ] 1/3\rwriting [====================> ] 1/3\r \r\r \r\rwriting [==========================================> ] 2/3\rwriting [==========================================> ] 2/3\r \r (esc)
169
170 writing [ ] 0/3
171 writing [ ] 0/3
172
173
174 writing [==============> ] 1/3
175 writing [==============> ] 1/3
176
177
178 writing [=============================> ] 2/3
179 writing [=============================> ] 2/3
180 \r (esc)
168 181 Writing [PATCH 0 of 2] test ...
169 182 Writing [PATCH 1 of 2] a ...
170 183 Writing [PATCH 2 of 2] b ...
184
171 185
172 186 $ cd ..
173 187
General Comments 0
You need to be logged in to leave comments. Login now