From: Junio C Hamano Date: Thu, 27 Dec 2012 00:17:10 +0000 (-0800) Subject: Meta/Make: export GIT_SKIP_TESTS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c14e53be3bbd111090b70a66d76f79fe2f87e0b;p=thirdparty%2Fgit.git Meta/Make: export GIT_SKIP_TESTS --- diff --git a/Make b/Make index fa393ed022..f8442d1104 100755 --- a/Make +++ b/Make @@ -137,7 +137,8 @@ done if test -z "$tests" && test -n "$skip" then - : GIT_SKIP_TESTS="${GIT_SKIP_TESTS:-$skip}" + GIT_SKIP_TESTS="${GIT_SKIP_TESTS:-$skip}" + export GIT_SKIP_TESTS fi if test -z "$oldtest" && sh -c 'prove --version >/dev/null 2>&1' &&