Mercurial > public > mercurial-scm > hg-stable
comparison tests/test-check-code-hg.t @ 18596:d8cfe29c6b61
test-obsolete.t: migrate to killdaemons from kill `cat pidfile`
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 09 Feb 2013 05:37:36 -0600 |
parents | 37479af47bd0 |
children | ce844e8e8af2 |
comparison
equal
deleted
inserted
replaced
18595:37479af47bd0 | 18596:d8cfe29c6b61 |
---|---|
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-obsolete.t:0: | |
14 > $ kill `cat hg.pid` | |
15 don't use kill, use killdaemons.py | |
16 don't use kill, use killdaemons.py | |
17 tests/test-serve.t:0: | 13 tests/test-serve.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-serve.t:0: | 16 tests/test-serve.t:0: |
21 > > kill `cat hg.pid` 2>/dev/null | 17 > > kill `cat hg.pid` 2>/dev/null |