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
index 7c47ae03d8..680258da8f 100755
--- a/Dothem
+++ b/Dothem
@@ -54,6 +54,9 @@ sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y
GIT_TEST_OPTS="$TRASH${GIT_TEST_OPTS+" $GIT_TEST_OPTS"}"
export GIT_TEST_OPTS
+GIT_TEST_CHAIN_LINT=1
+export GIT_TEST_CHAIN_LINT
+
test -f /bin/dash || with_dash=
if test -z "$BUILDBASE"
then