Show More
@@ -11,10 +11,3 b' New errors are not allowed. Warnings are' | |||||
11 | $ hg manifest 2>/dev/null \ |
|
11 | $ hg manifest 2>/dev/null \ | |
12 | > | xargs "$check_code" --warnings --nolineno --per-file=0 \ |
|
12 | > | xargs "$check_code" --warnings --nolineno --per-file=0 \ | |
13 | > || false |
|
13 | > || false | |
14 | tests/test-serve.t:0: |
|
|||
15 | > > kill `cat hg.pid` |
|
|||
16 | don't use kill, use killdaemons.py |
|
|||
17 | tests/test-serve.t:0: |
|
|||
18 | > > kill `cat hg.pid` 2>/dev/null |
|
|||
19 | don't use kill, use killdaemons.py |
|
|||
20 | [1] |
|
@@ -9,12 +9,7 b'' | |||||
9 | > cat hg.pid >> "$DAEMON_PIDS" |
|
9 | > cat hg.pid >> "$DAEMON_PIDS" | |
10 | > echo % errors |
|
10 | > echo % errors | |
11 | > cat errors.log |
|
11 | > cat errors.log | |
12 | > if [ "$KILLQUIETLY" = "Y" ]; then |
|
12 | > "$TESTDIR/killdaemons.py" hg.pid | |
13 | > kill `cat hg.pid` 2>/dev/null |
|
|||
14 | > else |
|
|||
15 | > kill `cat hg.pid` |
|
|||
16 | > fi |
|
|||
17 | > while kill -0 `cat hg.pid` 2>/dev/null; do sleep 0; done |
|
|||
18 | > } |
|
13 | > } | |
19 |
|
14 | |||
20 | $ hg init test |
|
15 | $ hg init test |
General Comments 0
You need to be logged in to leave comments.
Login now