Show More
@@ -10,10 +10,6 b' New errors are not allowed. Warnings are' | |||
|
10 | 10 | |
|
11 | 11 | $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 \ |
|
12 | 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 | 13 | tests/test-serve.t:0: |
|
18 | 14 | > > kill `cat hg.pid` |
|
19 | 15 | don't use kill, use killdaemons.py |
@@ -752,7 +752,7 b' check filelog view' | |||
|
752 | 752 | |
|
753 | 753 | check that web.view config option: |
|
754 | 754 | |
|
755 | $ kill `cat hg.pid` | |
|
755 | $ "$TESTDIR/killdaemons.py" hg.pid | |
|
756 | 756 | $ cat >> .hg/hgrc << EOF |
|
757 | 757 | > [web] |
|
758 | 758 | > view=all |
@@ -761,7 +761,7 b' check that web.view config option:' | |||
|
761 | 761 | $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
|
762 | 762 | $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'rev/67' |
|
763 | 763 | 200 Script output follows |
|
764 | $ kill `cat hg.pid` | |
|
764 | $ "$TESTDIR/killdaemons.py" hg.pid | |
|
765 | 765 | |
|
766 | 766 | Checking _enable=False warning if obsolete marker exists |
|
767 | 767 |
General Comments 0
You need to be logged in to leave comments.
Login now