]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Dothem: use prove's --state option
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Jan 2016 23:47:59 +0000 (15:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jan 2016 23:47:59 +0000 (15:47 -0800)
This however makes it very cumbersome to limit the tests that are
run, so it is left out of Meta/Make.

Dothem

diff --git a/Dothem b/Dothem
index 14988d485990d6dc93fd500218f2b18a00693a1c..f102c2569d0db008746ff8b312b7d91d6d39d2af 100755 (executable)
--- 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