comparison tests/test-hgweb.t @ 17466:d5a3bda6e170

killdaemons: take file argument explicitely It makes it easier to use as a generic replacement for kill utility, mostly for Windows tests.
author Patrick Mezard <patrick@mezard.eu>
date Mon, 20 Aug 2012 22:36:51 +0200
parents 7a9246abf9fe
children d6ebdbdd70a5
comparison
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