comparison tests/test-check-code-hg.t @ 18589:91aac2797c40

test-hgweb-raw.t: use killdaemons instead of kill `cat pidfile`
author Augie Fackler <raf@durin42.com>
date Sat, 09 Feb 2013 05:29:10 -0600
parents 3241fc65e3cd
children 104e120416ec
comparison
equal deleted inserted replaced
18588:3241fc65e3cd 18589:91aac2797c40
8 8
9 New errors are not allowed. Warnings are strongly discouraged. 9 New errors are not allowed. Warnings are strongly discouraged.
10 10
11 $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 \ 11 $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 \
12 > || false 12 > || false
13 tests/test-hgweb-raw.t:0:
14 > $ while kill `cat hg.pid` 2>/dev/null; do sleep 0; done
15 don't use kill, use killdaemons.py
16 don't use kill, use killdaemons.py
17 tests/test-inotify-debuginotify.t:0: 13 tests/test-inotify-debuginotify.t:0:
18 > $ kill `cat hg.pid` 14 > $ kill `cat hg.pid`
19 don't use kill, use killdaemons.py 15 don't use kill, use killdaemons.py
20 tests/test-inotify-issue1371.t:0: 16 tests/test-inotify-issue1371.t:0:
21 > $ kill `cat hg.pid` 17 > $ kill `cat hg.pid`