Show More
@@ -10,10 +10,6 b' New errors are not allowed. Warnings are' | |||||
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 |
@@ -752,7 +752,7 b' check filelog view' | |||||
752 |
|
752 | |||
753 | check that web.view config option: |
|
753 | check that web.view config option: | |
754 |
|
754 | |||
755 | $ kill `cat hg.pid` |
|
755 | $ "$TESTDIR/killdaemons.py" hg.pid | |
756 | $ cat >> .hg/hgrc << EOF |
|
756 | $ cat >> .hg/hgrc << EOF | |
757 | > [web] |
|
757 | > [web] | |
758 | > view=all |
|
758 | > view=all | |
@@ -761,7 +761,7 b' check that web.view config option:' | |||||
761 | $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log |
|
761 | $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log | |
762 | $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'rev/67' |
|
762 | $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'rev/67' | |
763 | 200 Script output follows |
|
763 | 200 Script output follows | |
764 | $ kill `cat hg.pid` |
|
764 | $ "$TESTDIR/killdaemons.py" hg.pid | |
765 |
|
765 | |||
766 | Checking _enable=False warning if obsolete marker exists |
|
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