]> granicus.if.org Git - git/commitdiff
remote-helpers: fix the run of all tests
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 4 Apr 2013 15:36:17 +0000 (09:36 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Apr 2013 16:35:20 +0000 (09:35 -0700)
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>
contrib/remote-helpers/Makefile

index 9a76575f78f7c2cc6154c0a0d57f732de1e7f5d9..239161de33373d4ca97581a242cac848463fbbf3 100644 (file)
@@ -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 $@