Skip to content

Commit

Permalink
Merge branch 'jk/enable-test-lint-by-default' into maint
Browse files Browse the repository at this point in the history
We have two simple and quick tests to catch common mistakes when
writing test scripts, but we did not run them by default when
running tests.

* jk/enable-test-lint-by-default:
  tests: turn on test-lint by default
  • Loading branch information
gitster committed Jan 12, 2013
2 parents b663af5 + 81127d7 commit d0f9456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ TAR ?= $(TAR)
RM ?= rm -f
PROVE ?= prove
DEFAULT_TEST_TARGET ?= test
TEST_LINT ?= test-lint-duplicates test-lint-executable

# Shell quote;
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
Expand Down

0 comments on commit d0f9456

Please sign in to comment.