##// END OF EJS Templates
test-run-tests: add globs for Windows...
Matt Harbison -
r26432:39577d45 default
parent child Browse files
Show More
@@ -396,8 +396,8 b' No Diff'
396 396 test --tmpdir support
397 397 $ run-tests.py --with-hg=`which hg` --tmpdir=$TESTTMP/keep test-success.t
398 398
399 Keeping testtmp dir: $TESTTMP/keep/child1/test-success.t
400 Keeping threadtmp dir: $TESTTMP/keep/child1
399 Keeping testtmp dir: $TESTTMP/keep/child1/test-success.t (glob)
400 Keeping threadtmp dir: $TESTTMP/keep/child1 (glob)
401 401 .
402 402 # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
403 403
General Comments 0
You need to be logged in to leave comments. Login now