comparison 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
comparison
equal deleted inserted replaced
26157:65e41f388970 26158:342ab95a1f4b
33 # ./run-tests.py -j2 -c test-s* # currently broken 33 # ./run-tests.py -j2 -c test-s* # currently broken
34 # 8) parallel, coverage, local install: 34 # 8) parallel, coverage, local install:
35 # ./run-tests.py -j2 -c --local test-s* # unsupported (and broken) 35 # ./run-tests.py -j2 -c --local test-s* # unsupported (and broken)
36 # 9) parallel, custom tmp dir: 36 # 9) parallel, custom tmp dir:
37 # ./run-tests.py -j2 --tmpdir /tmp/myhgtests 37 # ./run-tests.py -j2 --tmpdir /tmp/myhgtests
38 # 10) parallel, pure, tests that call run-tests:
39 # ./run-tests.py --pure `grep -l run-tests.py *.t`
38 # 40 #
39 # (You could use any subset of the tests: test-s* happens to match 41 # (You could use any subset of the tests: test-s* happens to match
40 # enough that it's worth doing parallel runs, few enough that it 42 # enough that it's worth doing parallel runs, few enough that it
41 # completes fairly quickly, includes both shell and Python scripts, and 43 # completes fairly quickly, includes both shell and Python scripts, and
42 # includes some scripts that run daemon processes.) 44 # includes some scripts that run daemon processes.)