Mercurial > hg-stable
changeset 26432:39577d4520ab
test-run-tests: add globs for Windows
There are two other unrelated failures in this test. For some reason child1 has
a space after it, thus 2 spaces before the glob, otherwise the glob is ignored
and removed.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 01 Oct 2015 22:14:11 -0400 |
parents | 46984a5308a0 |
children | 3ad41638b4b4 |
files | tests/test-run-tests.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-run-tests.t Thu Oct 01 21:49:50 2015 -0400 +++ b/tests/test-run-tests.t Thu Oct 01 22:14:11 2015 -0400 @@ -396,8 +396,8 @@ test --tmpdir support $ run-tests.py --with-hg=`which hg` --tmpdir=$TESTTMP/keep test-success.t - Keeping testtmp dir: $TESTTMP/keep/child1/test-success.t - Keeping threadtmp dir: $TESTTMP/keep/child1 + Keeping testtmp dir: $TESTTMP/keep/child1/test-success.t (glob) + Keeping threadtmp dir: $TESTTMP/keep/child1 (glob) . # Ran 1 tests, 0 skipped, 0 warned, 0 failed.