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.
Junio C Hamano committed
Jan 19, 2016 at 15:47 UTC
ed1b72e6f9d97f0649c3f820ca2f156782adb587
1 file changed
+3
Dothem
+3
@@ -44,6 +44,9 @@ sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y
44
GIT_TEST_CHAIN_LINT=1
45
export GIT_TEST_CHAIN_LINT
46
47
+GIT_PROVE_OPTS="${GIT_PROVE_OPTS:+$GIT_PROVE_OPTS }--state=slow,save"
48
+export GIT_PROVE_OPTS
49
+
50
test -f /bin/dash || with_dash=
51
if test -z "$BUILDBASE"
52
then