tests/test-check-code-hg.t
author Bryan O'Sullivan <bryano@fb.com>
Thu, 21 Mar 2013 22:22:21 -0700
changeset 18797 c394a365483e
parent 18602 339a3fa19695
child 19022 cba222f01056
permissions -rw-r--r--
tests: rename test-debugcomplete.t to test-completion.t

  $ check_code="$TESTDIR"/../contrib/check-code.py
  $ cd "$TESTDIR"/..
  $ if hg identify -q > /dev/null 2>&1; then :
  > else
  >     echo "skipped: not a Mercurial working dir" >&2
  >     exit 80
  > fi

New errors are not allowed. Warnings are strongly discouraged.

  $ hg manifest 2>/dev/null \
  >   | xargs "$check_code" --warnings --nolineno --per-file=0 \
  >   || false