Mercurial > public > mercurial-scm > hg-stable
diff tests/run-tests.py @ 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 | bad09bd22b6a |
children | 41436beaf463 |
line wrap: on
line diff
--- a/tests/run-tests.py Wed Sep 02 15:12:08 2015 -0400 +++ b/tests/run-tests.py Wed Sep 02 15:19:05 2015 -0400 @@ -35,6 +35,8 @@ # ./run-tests.py -j2 -c --local test-s* # unsupported (and broken) # 9) parallel, custom tmp dir: # ./run-tests.py -j2 --tmpdir /tmp/myhgtests +# 10) parallel, pure, tests that call run-tests: +# ./run-tests.py --pure `grep -l run-tests.py *.t` # # (You could use any subset of the tests: test-s* happens to match # enough that it's worth doing parallel runs, few enough that it