Skip to content

Commit

Permalink
remote-helpers: fix the run of all tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Apr 4, 2013
1 parent afeb525 commit e4f0e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/remote-helpers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit e4f0e34

Please sign in to comment.