From: Junio C Hamano Date: Tue, 19 Jan 2016 23:47:59 +0000 (-0800) Subject: Meta/Dothem: use prove's --state option X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed1b72e6f9d97f0649c3f820ca2f156782adb587;p=thirdparty%2Fgit.git 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. --- diff --git a/Dothem b/Dothem 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