##// END OF EJS Templates
ancestor: fix a comment (followup to 0b03454abae7)
ancestor: fix a comment (followup to 0b03454abae7)

File last commit:

r17956:a08775ec default
r17976:09d5681d default
Show More
test-check-code-hg.t
10 lines | 360 B | text/troff | Tads3Lexer
/ tests / test-check-code-hg.t
Mads Kiilerich
tests: convert test-check-code-hg.py to .t
r15557 $ check_code="$TESTDIR"/../contrib/check-code.py
$ cd "$TESTDIR"/..
Mads Kiilerich
tests: solaris sh can not negate exit status with '!'
r16485 $ if hg identify -q > /dev/null; then :
> else
Greg Ward
test-check-code-hg: skip test if not in a working dir (issue3248).
r16179 > echo "skipped: not a Mercurial working dir" >&2
> exit 80
> fi
Jim Hague
tests: fix command line overflow on ksh...
r16069 $ hg manifest | xargs "$check_code" || echo 'FAILURE IS NOT AN OPTION!!!'
Mads Kiilerich
tests: run check-code with warnings and maintain a whitelist...
r15558
Patrick Mezard
test-check-code-hg: fix xargs exit status on OSX...
r16156 $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 || true