Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/enable-test-lint-by-default'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 9 Jan 2013 16:26:46 +0000
(08:26 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 9 Jan 2013 16:26:46 +0000
(08:26 -0800)
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
t/Makefile
patch
|
blob
|
history
raw
(from parent 1:
ea12a7d
)
diff --git
a/t/Makefile
b/t/Makefile
index 3025418ff57c8c16cd11dd0db4f9d442743118fa..5c6de8169bfc02fc280d2dcb8cf34a912f0b0f6a 100644
(file)
--- a/
t/Makefile
+++ b/
t/Makefile
@@
-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))