Mercurial > hg
comparison tests/test-hgweb-commands.t @ 25474:8c14f87bd0ae
tests: drop DAEMON_PIDS from killdaemons calls
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 08 Jun 2015 14:55:40 -0500 |
parents | 4d2b9b304ad0 |
children | e0c09398c237 |
comparison
equal
deleted
inserted
replaced
25473:123c99034cb6 | 25474:8c14f87bd0ae |
---|---|
2041 top: -1px; | 2041 top: -1px; |
2042 } | 2042 } |
2043 | 2043 |
2044 Stop and restart with HGENCODING=cp932 and preferuncompressed | 2044 Stop and restart with HGENCODING=cp932 and preferuncompressed |
2045 | 2045 |
2046 $ killdaemons.py $DAEMON_PIDS | 2046 $ killdaemons.py |
2047 $ HGENCODING=cp932 hg serve --config server.preferuncompressed=True -n test \ | 2047 $ HGENCODING=cp932 hg serve --config server.preferuncompressed=True -n test \ |
2048 > -p $HGPORT -d --pid-file=hg.pid -E errors.log | 2048 > -p $HGPORT -d --pid-file=hg.pid -E errors.log |
2049 $ cat hg.pid >> $DAEMON_PIDS | 2049 $ cat hg.pid >> $DAEMON_PIDS |
2050 | 2050 |
2051 commit message with Japanese Kanji 'Noh', which ends with '\x5c' | 2051 commit message with Japanese Kanji 'Noh', which ends with '\x5c' |
2071 heads | 2071 heads |
2072 | 2072 |
2073 ERRORS ENCOUNTERED | 2073 ERRORS ENCOUNTERED |
2074 | 2074 |
2075 $ cat errors.log | 2075 $ cat errors.log |
2076 $ killdaemons.py $DAEMON_PIDS | 2076 $ killdaemons.py |
2077 | 2077 |
2078 $ cd .. | 2078 $ cd .. |
2079 | 2079 |
2080 Test graph paging | 2080 Test graph paging |
2081 | 2081 |