Meta/Dothem: use prove's --state option

This however makes it very cumbersome to limit the tests that are
run, so it is left out of Meta/Make.
This commit is contained in:
Junio C Hamano
2016-01-19 15:47:59 -08:00
parent bafe7fb3fd
commit ed1b72e6f9

3
Dothem
View File

@@ -44,6 +44,9 @@ sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y
GIT_TEST_CHAIN_LINT=1
export GIT_TEST_CHAIN_LINT
GIT_PROVE_OPTS="${GIT_PROVE_OPTS:+$GIT_PROVE_OPTS }--state=slow,save"
export GIT_PROVE_OPTS
test -f /bin/dash || with_dash=
if test -z "$BUILDBASE"
then