# HG changeset patch # User timeless # Date 1458594409 0 # Node ID ca38d993b1b6fc65fbeeba1cb743802ad0092580 # Parent a6573503342d8bf404f4029cffe8d6baea1cdb5d tests: remove obsolete uses of HGTEST_RUN_TESTS_PURE 342ab95a1f4b added arguments to run-tests.py calls to propagate --pure when --with-hg is not used. 0622d6e134fb unified places to use --with-hg via rt(), which obviated the need for passing HGTEST_RUN_TESTS_PURE. diff -r a6573503342d -r ca38d993b1b6 tests/test-run-tests.t --- a/tests/test-run-tests.t Sun Mar 20 17:30:56 2016 -0700 +++ b/tests/test-run-tests.t Mon Mar 21 21:06:49 2016 +0000 @@ -689,7 +689,7 @@ > $ echo foo > foo > EOF - $ rt $HGTEST_RUN_TESTS_PURE test-hghave.t + $ rt test-hghave.t . # Ran 1 tests, 0 skipped, 0 warned, 0 failed. @@ -712,7 +712,7 @@ > # > # check-code - a style and portability checker for Mercurial > EOF - $ rt $HGTEST_RUN_TESTS_PURE test-runtestdir.t + $ rt test-runtestdir.t . # Ran 1 tests, 0 skipped, 0 warned, 0 failed. @@ -729,7 +729,7 @@ > $ custom-command.sh > hello world > EOF - $ rt $HGTEST_RUN_TESTS_PURE test-testdir-path.t + $ rt test-testdir-path.t . # Ran 1 tests, 0 skipped, 0 warned, 0 failed. @@ -741,7 +741,7 @@ > $ echo pass > pass > EOF - $ rt $HGTEST_RUN_TESTS_PURE test-very-slow-test.t + $ rt test-very-slow-test.t s Skipped test-very-slow-test.t: missing feature: allow slow tests # Ran 0 tests, 1 skipped, 0 warned, 0 failed.