##// END OF EJS Templates
test-inotify.t: migrate to killdaemons from kill `cat pidfile`
test-inotify.t: migrate to killdaemons from kill `cat pidfile`

File last commit:

r18595:37479af4 default
r18595:37479af4 default
Show More
test-check-code-hg.t
23 lines | 695 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
Mads Kiilerich
tests: run check-code with warnings and maintain a whitelist...
r15558
Matt Mackall
tests: only call check-code once...
r17977 New errors are not allowed. Warnings are strongly discouraged.
Kevin Bullock
check-code: fix platform-specific error code variance...
r18576 $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 \
> || false
Kevin Bullock
check-code: warn to use killdaemons instead of kill `cat PIDFILE`...
r18575 tests/test-obsolete.t:0:
> $ kill `cat hg.pid`
don't use kill, use killdaemons.py
don't use kill, use killdaemons.py
tests/test-serve.t:0:
> > kill `cat hg.pid`
don't use kill, use killdaemons.py
tests/test-serve.t:0:
> > kill `cat hg.pid` 2>/dev/null
don't use kill, use killdaemons.py
[1]