X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile;h=19e38508a70708b78de6467df71ed36373999d6a;hb=8232dc427fb4b92b38e74e9e93b52231a67e354f;hp=632c55f6d5d66c8e39e213284e163a23b32c2260;hpb=160a59f326d55970f8a038ef635c662b9c648c75;p=git.git diff --git a/t/Makefile b/t/Makefile index 632c55f6d..19e38508a 100644 --- a/t/Makefile +++ b/t/Makefile @@ -11,10 +11,7 @@ TAR ?= $(TAR) SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH)) T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) - -ifdef NO_PYTHON - GIT_TEST_OPTS += --no-python -endif +TSVN = $(wildcard t91[0-9][0-9]-*.sh) all: $(T) clean @@ -24,6 +21,11 @@ $(T): clean: rm -fr trash +# we can test NO_OPTIMIZE_COMMITS independently of LC_ALL +full-svn-test: + $(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=1 LC_ALL=C + $(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=0 LC_ALL=en_US.UTF-8 + .PHONY: $(T) clean .NOTPARALLEL: