X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2FMakefile;h=6882e23be568ccf14f3adb0c766139086f2ee952;hb=d6928ebd5098452b5bce0f1a5bd3afab5c4f9225;hp=fc9f734fef697e77f8b3ac1811a863636354b958;hpb=902d960b382a0cd424618ff4e1316da40e4be2f6;p=git.git diff --git a/t/Makefile b/t/Makefile index fc9f734f..6882e23b 100644 --- a/t/Makefile +++ b/t/Makefile @@ -2,12 +2,13 @@ # # Copyright (c) 2005 Junio C Hamano # -#OPTS=--verbose --debug + +#GIT_TEST_OPTS=--verbose --debug T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) all: - @$(foreach t,$T,echo "*** $t ***"; sh $t $(OPTS) || exit; ) + @$(foreach t,$T,echo "*** $t ***"; sh $t $(GIT_TEST_OPTS) || exit; ) @rm -fr trash clean: