##// END OF EJS Templates
tests: use an all too familiar executable in test-run-tests.t (issue6661)...
av6 -
r50578:2c346c1c stable
parent child Browse files
Show More
@@ -21,9 +21,9 b' Define a helper to avoid the install ste'
21 error paths
21 error paths
22
22
23 #if symlink
23 #if symlink
24 $ ln -s "/"bin"/"true hg
24 $ ln -s $TESTDIR/run-tests.py 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, not: (true|coreutils)$ (re)
26 warning: --with-hg should specify an hg script, not: run-tests.py
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.
General Comments 0
You need to be logged in to leave comments. Login now