aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-04-04 09:36:17 -0600
committerJunio C Hamano <gitster@pobox.com>2013-04-04 09:35:20 -0700
commite4f0e34c8968183119e5028ed77f3e3a6079e3cb (patch)
tree754350a1f5b584396142e351fedae59c6fb69790 /contrib
parentafeb525980e2a7d2f01e4611f61080fbeac18411 (diff)
downloadgit-e4f0e34c8968183119e5028ed77f3e3a6079e3cb.tar.gz
git-e4f0e34c8968183119e5028ed77f3e3a6079e3cb.tar.xz
remote-helpers: fix the run of all tests
We don't need to check for duplicate test numbers, we don't have them, and either way test-lint-duplicates doesn't work in this situation. Also, while we are on it, enable test-lint-shell-syntax to check for sh errors. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/remote-helpers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/remote-helpers/Makefile b/contrib/remote-helpers/Makefile
index 9a76575f7..239161de3 100644
--- a/contrib/remote-helpers/Makefile
+++ b/contrib/remote-helpers/Makefile
@@ -3,6 +3,7 @@ TESTS := $(wildcard test*.sh)
export T := $(addprefix $(CURDIR)/,$(TESTS))
export MAKE := $(MAKE) -e
export PATH := $(CURDIR):$(PATH)
+export TEST_LINT := test-lint-executable test-lint-shell-syntax
test:
$(MAKE) -C ../../t $@