test-check-code-hg.t
13 lines
| 382 B
| text/troff
|
Tads3Lexer
/ tests / test-check-code-hg.t
Mads Kiilerich
|
r15557 | $ check_code="$TESTDIR"/../contrib/check-code.py | ||
$ cd "$TESTDIR"/.. | ||||
Kevin Bullock
|
r18601 | $ if hg identify -q > /dev/null 2>&1; then : | ||
Mads Kiilerich
|
r16485 | > 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. | ||
Kevin Bullock
|
r18601 | $ hg manifest 2>/dev/null \ | ||
> | xargs "$check_code" --warnings --nolineno --per-file=0 \ | ||||
> || false | ||||