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
index 14988d4859..f102c2569d 100755
--- a/Dothem
+++ b/Dothem
@@ -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