# HG changeset patch # User Sushil khanchi # Date 2020-08-27 06:54:57 # Node ID fa1a5527f6422b6a1be98331cb2a748427e81ebe # Parent 601ec3faeb6baac49144d98d0b6156cff2c93d10 tests: add a --retest test to demonstrate a fix in next patch As you see above the added lines, there was only one test failed. So the output should be: "running 1 tests using 1 parallel processes" Next patch will be fixing this. Differential Revision: https://phab.mercurial-scm.org/D8964 diff --git a/tests/test-run-tests.t b/tests/test-run-tests.t --- a/tests/test-run-tests.t +++ b/tests/test-run-tests.t @@ -974,6 +974,25 @@ When using multiple dimensions of "#test python hash seed: * (glob) [1] + $ rt --retest + running 5 tests using 1 parallel processes + + --- $TESTTMP/test-cases.t + +++ $TESTTMP/test-cases.t#b#c.err + @@ -6,5 +6,5 @@ + #endif + #if b c + $ echo yes + - no + + yes + #endif + + ERROR: test-cases.t#b#c output changed + ! + Failed test-cases.t#b#c: output changed + # Ran 5 tests, 4 skipped, 1 failed. + python hash seed: * (glob) + [1] $ rm test-cases.t#b#c.err $ rm test-cases.t