comparison tests/test-run-tests.t @ 47583:05abe1ff1edd

run-test: clarify the error with a bad --with-hg is passed This helped me to understand what was going on when I got into trouble. Differential Revision: https://phab.mercurial-scm.org/D11046
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 09 Jul 2021 17:06:53 +0200
parents da497189a93a
children ee1fc8f970e6
comparison
equal deleted inserted replaced
47582:6bceecb28806 47583:05abe1ff1edd
21 error paths 21 error paths
22 22
23 #if symlink 23 #if symlink
24 $ ln -s `which true` hg 24 $ ln -s `which true` hg
25 $ "$PYTHON" $TESTDIR/run-tests.py --with-hg=./hg 25 $ "$PYTHON" $TESTDIR/run-tests.py --with-hg=./hg
26 warning: --with-hg should specify an hg script 26 warning: --with-hg should specify an hg script, not: true
27 running 0 tests using 0 parallel processes 27 running 0 tests using 0 parallel processes
28 28
29 # Ran 0 tests, 0 skipped, 0 failed. 29 # Ran 0 tests, 0 skipped, 0 failed.
30 $ rm hg 30 $ rm hg
31 #endif 31 #endif