comparison tests/test-run-tests.t @ 26422:41436beaf463

run-tests: report paths saved by --keep-tmpdir
author timeless@mozdev.org
date Wed, 30 Sep 2015 16:01:19 -0400
parents 342ab95a1f4b
children 39577d4520ab
comparison
equal deleted inserted replaced
26421:4b0fc75f9403 26422:41436beaf463
390 !. 390 !.
391 Failed test-failure.t: output changed 391 Failed test-failure.t: output changed
392 # Ran 2 tests, 0 skipped, 0 warned, 1 failed. 392 # Ran 2 tests, 0 skipped, 0 warned, 1 failed.
393 python hash seed: * (glob) 393 python hash seed: * (glob)
394 [1] 394 [1]
395
396 test --tmpdir support
397 $ run-tests.py --with-hg=`which hg` --tmpdir=$TESTTMP/keep test-success.t
398
399 Keeping testtmp dir: $TESTTMP/keep/child1/test-success.t
400 Keeping threadtmp dir: $TESTTMP/keep/child1
401 .
402 # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
395 403
396 test for --time 404 test for --time
397 ================== 405 ==================
398 406
399 $ run-tests.py --with-hg=`which hg` test-success.t --time 407 $ run-tests.py --with-hg=`which hg` test-success.t --time