Meta/Make: export GIT_SKIP_TESTS

This commit is contained in:
Junio C Hamano
2012-12-26 16:17:10 -08:00
parent 94b7fd87ee
commit 2c14e53be3

3
Make
View File

@@ -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' &&