test-check-code-hg.t
11 lines
| 340 B
| text/troff
|
Tads3Lexer
/ tests / test-check-code-hg.t
Mads Kiilerich
|
r15557 | $ check_code="$TESTDIR"/../contrib/check-code.py | ||
$ cd "$TESTDIR"/.. | ||||
Mads Kiilerich
|
r16485 | $ if hg identify -q > /dev/null; then : | ||
> else | ||||
Greg Ward
|
r16179 | > echo "skipped: not a Mercurial working dir" >&2 | ||
> exit 80 | ||||
> fi | ||||
Mads Kiilerich
|
r15558 | |||
Matt Mackall
|
r17977 | New errors are not allowed. Warnings are strongly discouraged. | ||
$ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 | ||||