##// END OF EJS Templates
tests: conditionalize the progress timestamp for Windows...
Matt Harbison -
r46691:31ecf715 default
parent child Browse files
Show More
@@ -203,17 +203,23 b' test interaction with ui.warn'
203 203
204 204 test interaction with ui.timestamp-output
205 205
206 XXX: The timestamp on Windows with py2 hg is in 1970, and py3 hg is now. But
207 the py2/py3 checks here test the test runner, not the binary. The Windows lines
208 can be dropped when switching to py3-only.
209
206 210 $ hg loop --warn --config ui.timestamp-output=true 6
207 211 \r (no-eol) (esc)
208 212 loop [ ] 0/6\r (no-eol) (esc)
209 213 \r (no-eol) (esc)
210 \[20[2-9][0-9]-[01][0-9]-[0-3][0-9]T[0-5][0-9]:[0-5][0-9]:[0-5][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9]\] reached step 0 (re)
214 [*T*] reached step 0 (glob) (windows !)
215 \[20[2-9][0-9]-[01][0-9]-[0-3][0-9]T[0-5][0-9]:[0-5][0-9]:[0-5][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9]\] reached step 0 (re) (no-windows !)
211 216 \r (no-eol) (esc)
212 217 loop [=======> ] 1/6\r (no-eol) (esc)
213 218 loop [===============> ] 2/6\r (no-eol) (esc)
214 219 loop [=======================> ] 3/6\r (no-eol) (esc)
215 220 \r (no-eol) (esc)
216 \[20[2-9][0-9]-[01][0-9]-[0-3][0-9]T[0-5][0-9]:[0-5][0-9]:[0-5][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9]\] reached step 3 (re)
221 [*T*] reached step 3 (glob) (windows !)
222 \[20[2-9][0-9]-[01][0-9]-[0-3][0-9]T[0-5][0-9]:[0-5][0-9]:[0-5][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9]\] reached step 3 (re) (no-windows !)
217 223 \r (no-eol) (esc)
218 224 loop [===============================> ] 4/6\r (no-eol) (esc)
219 225 loop [=======================================> ] 5/6\r (no-eol) (esc)
General Comments 0
You need to be logged in to leave comments. Login now