]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: export GIT_SKIP_TESTS
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 00:17:10 +0000 (16:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 00:17:10 +0000 (16:17 -0800)
Make

diff --git a/Make b/Make
index fa393ed0220b12a0ddfdd213d8dd49a32ef5b0a2..f8442d110403600053d1784a0df362d629a315ea 100755 (executable)
--- 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' &&