tests/test-hgweb.t
changeset 17466 d5a3bda6e170
parent 17290 7a9246abf9fe
child 18264 d6ebdbdd70a5
equal deleted inserted replaced
17465:2d4a096e213c 17466:d5a3bda6e170
   297   </html>
   297   </html>
   298   
   298   
   299 
   299 
   300 stop and restart
   300 stop and restart
   301 
   301 
   302   $ "$TESTDIR/killdaemons.py"
   302   $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
   303   $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log
   303   $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log
   304   $ cat hg.pid >> $DAEMON_PIDS
   304   $ cat hg.pid >> $DAEMON_PIDS
   305 
   305 
   306 Test the access/error files are opened in append mode
   306 Test the access/error files are opened in append mode
   307 
   307