comparison tests/test-hgweb-diffs.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 3bb6f5f478a7
comparison
equal deleted inserted replaced
25473:123c99034cb6 25474:8c14f87bd0ae
300 </html> 300 </html>
301 301
302 302
303 set up hgweb with git diffs 303 set up hgweb with git diffs
304 304
305 $ killdaemons.py $DAEMON_PIDS 305 $ killdaemons.py
306 $ hg serve --config 'diff.git=1' -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log 306 $ hg serve --config 'diff.git=1' -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
307 $ cat hg.pid >> $DAEMON_PIDS 307 $ cat hg.pid >> $DAEMON_PIDS
308 308
309 revision 309 revision
310 310
1092 $ cd test1 1092 $ cd test1
1093 $ hg import -q --bypass --exact http://localhost:$HGPORT/rev/1 1093 $ hg import -q --bypass --exact http://localhost:$HGPORT/rev/1
1094 1094
1095 raw revision with diff block numbers 1095 raw revision with diff block numbers
1096 1096
1097 $ killdaemons.py $DAEMON_PIDS 1097 $ killdaemons.py
1098 $ cat <<EOF > .hg/hgrc 1098 $ cat <<EOF > .hg/hgrc
1099 > [web] 1099 > [web]
1100 > templates = rawdiff 1100 > templates = rawdiff
1101 > EOF 1101 > EOF
1102 $ mkdir rawdiff 1102 $ mkdir rawdiff
1129 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1129 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1130 +++ b/b Thu Jan 01 00:00:00 1970 +0000 1130 +++ b/b Thu Jan 01 00:00:00 1970 +0000
1131 @@ -0,0 +1,1 @@ 1131 @@ -0,0 +1,1 @@
1132 +b 1132 +b
1133 1133
1134 $ killdaemons.py $DAEMON_PIDS 1134 $ killdaemons.py
1135 $ rm .hg/hgrc rawdiff/map 1135 $ rm .hg/hgrc rawdiff/map
1136 $ rmdir rawdiff 1136 $ rmdir rawdiff
1137 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log 1137 $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
1138 $ cat hg.pid >> $DAEMON_PIDS 1138 $ cat hg.pid >> $DAEMON_PIDS
1139 1139