comparison tests/test-run-tests.t @ 27509:6ff90d618d72

test-run-tests: glob away a --debug run difference on Windows This internal test is piped through 'grep -v pwd' to eliminate the pwd alias set when running with MSYS. Unfortunately, the '.' from the successful run of the prior internal test precedes the pwd alias for the next test on the same line, so grep filters out '.' too, except for the final test. It also looks like there may be a bug with --debug: the output of the internal test that had this diff says 2 ran, 0 failed (one test being test-failure.t), but if --debug is omitted from the internal test, then it says 2 ran, 1 failed. With this longstanding issue fixed, the test suite finally runs cleanly on Windows (except subrepo merge documented in issue 4988), with 88 skips. \o/
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 23 Nov 2015 12:14:01 -0500
parents 0622d6e134fb
children 80b53082a353
comparison
equal deleted inserted replaced
27508:b2226faead3f 27509:6ff90d618d72
236 *SALT* 0 0 (glob) 236 *SALT* 0 0 (glob)
237 + echo babar 237 + echo babar
238 babar 238 babar
239 + echo *SALT* 4 0 (glob) 239 + echo *SALT* 4 0 (glob)
240 *SALT* 4 0 (glob) 240 *SALT* 4 0 (glob)
241 .+ echo *SALT* 0 0 (glob) 241 *+ echo *SALT* 0 0 (glob)
242 *SALT* 0 0 (glob) 242 *SALT* 0 0 (glob)
243 + echo babar 243 + echo babar
244 babar 244 babar
245 + echo *SALT* 2 0 (glob) 245 + echo *SALT* 2 0 (glob)
246 *SALT* 2 0 (glob) 246 *SALT* 2 0 (glob)