Browse Source

Meta/Dothem: use chain-lint while testing

todo
Junio C Hamano 10 years ago
parent
commit
ebba4c72e6
  1. 3
      Dothem

3
Dothem

@ -54,6 +54,9 @@ sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y @@ -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

Loading…
Cancel
Save