From ed1b72e6f9d97f0649c3f820ca2f156782adb587 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 19 Jan 2016 15:47:59 -0800 Subject: [PATCH] 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. --- Dothem | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3