From ebba4c72e6ffbcf48bc07b35da3f3553ca02156d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 14 Apr 2015 12:58:00 -0700 Subject: [PATCH] Meta/Dothem: use chain-lint while testing --- Dothem | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dothem b/Dothem 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 -- 2.47.3