tests/test-hgweb.t
changeset 25474 8c14f87bd0ae
parent 25472 4d2b9b304ad0
child 25606 3bb6f5f478a7
--- a/tests/test-hgweb.t	Mon Jun 08 14:21:45 2015 -0500
+++ b/tests/test-hgweb.t	Mon Jun 08 14:55:40 2015 -0500
@@ -321,7 +321,7 @@
 
 stop and restart
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log
   $ cat hg.pid >> $DAEMON_PIDS
 
@@ -594,7 +594,7 @@
   > mimetype = 'text/plain'
   > EOF
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log \
   > --config web.style=fallback --config web.templates=x/templates
   $ cat hg.pid >> $DAEMON_PIDS
@@ -625,7 +625,7 @@
 
 Uncaught exceptions result in a logged error and canned HTTP response
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ hg --config extensions.hgweberror=$TESTDIR/hgweberror.py serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   $ cat hg.pid >> $DAEMON_PIDS
 
@@ -636,7 +636,7 @@
   Internal Server Error (no-eol)
   [1]
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ head -1 errors.log
   .* Exception happened during processing request '/raiseerror': (re)
 
@@ -652,5 +652,5 @@
   partial content
   Internal Server Error (no-eol)
 
-  $ killdaemons.py $DAEMON_PIDS
+  $ killdaemons.py
   $ cd ..