diff 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
line wrap: on
line diff
--- a/tests/test-hghave.t	Wed Sep 02 15:12:08 2015 -0400
+++ b/tests/test-hghave.t	Wed Sep 02 15:19:05 2015 -0400
@@ -18,7 +18,7 @@
   >   $ echo foo
   >   foo
   > EOF
-  $ run-tests.py test-hghaveaddon.t
+  $ run-tests.py $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t
   .
   # Ran 1 tests, 0 skipped, 0 warned, 0 failed.