Skip to content

Commit e4f0e34

Browse files
felipecgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent afeb525 commit e4f0e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/remote-helpers/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ TESTS := $(wildcard test*.sh)
33
export T := $(addprefix $(CURDIR)/,$(TESTS))
44
export MAKE := $(MAKE) -e
55
export PATH := $(CURDIR):$(PATH)
6+
export TEST_LINT := test-lint-executable test-lint-shell-syntax
67

78
test:
89
$(MAKE) -C ../../t $@

0 commit comments

Comments
 (0)