Mercurial > public > mercurial-scm > hg-stable
diff tests/test-run-tests.t @ 29220:054bcdad6042
tests: refactor run-tests helpers
test-run-tests-rev.t will need them
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 11 May 2016 16:40:16 +0000 |
parents | daff05dcd184 |
children | 73f58eb14684 |
line wrap: on
line diff
--- a/tests/test-run-tests.t Wed May 11 04:49:27 2016 +0000 +++ b/tests/test-run-tests.t Wed May 11 16:40:16 2016 +0000 @@ -2,10 +2,7 @@ Avoid interference from actual test env: - $ unset HGTEST_JOBS - $ unset HGTEST_TIMEOUT - $ unset HGTEST_PORT - $ unset HGTEST_SHELL + $ . "$TESTDIR/helper-runtests.sh" Smoke test with install ============