comparison tests/test-hghave.t @ 26158:342ab95a1f4b

run-tests: use $HGTEST_RUN_TESTS_PURE test-run-tests and test-hghave call run-tests; if you don't have a working build environment, and you are trying to use --pure, then if they don't use --pure or --with-hg, they'll break.
author timeless@mozdev.org
date Wed, 02 Sep 2015 15:19:05 -0400
parents b94df10cc3b5
children 5af78c524f34
comparison
equal deleted inserted replaced
26157:65e41f388970 26158:342ab95a1f4b
16 $ cat > test-hghaveaddon.t <<EOF 16 $ cat > test-hghaveaddon.t <<EOF
17 > #require custom 17 > #require custom
18 > $ echo foo 18 > $ echo foo
19 > foo 19 > foo
20 > EOF 20 > EOF
21 $ run-tests.py test-hghaveaddon.t 21 $ run-tests.py $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t
22 . 22 .
23 # Ran 1 tests, 0 skipped, 0 warned, 0 failed. 23 # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
24 24
25 (invocation via command line) 25 (invocation via command line)
26 26