Meta/Dothem: use chain-lint while testing
Junio C Hamano committed
Apr 14, 2015 at 12:58 UTC
ebba4c72e6ffbcf48bc07b35da3f3553ca02156d
1 file changed
+3
Dothem
+3
@@ -54,6 +54,9 @@ sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y
54
GIT_TEST_OPTS="$TRASH${GIT_TEST_OPTS+" $GIT_TEST_OPTS"}"
55
export GIT_TEST_OPTS
56
57
+GIT_TEST_CHAIN_LINT=1
58
+export GIT_TEST_CHAIN_LINT
59
+
60
test -f /bin/dash || with_dash=
61
if test -z "$BUILDBASE"
62
then