# HG changeset patch # User Dirkjan Ochtman # Date 1231010440 -3600 # Node ID 4afc3208a7b8d399687de30b0e0c348190ccd825 # Parent 8bea01a6539115d8da09ef0b82e925db4d7259e9 tests: use killdaemons.py in test-pull-http diff -r 8bea01a65391 -r 4afc3208a7b8 tests/test-pull-http --- a/tests/test-pull-http Sat Jan 03 21:25:19 2009 +0100 +++ b/tests/test-pull-http Sat Jan 03 20:20:40 2009 +0100 @@ -19,7 +19,7 @@ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log cat hg.pid >> $DAEMON_PIDS hg clone http://localhost:$HGPORT/ test3 | sed -e 's,:[0-9][0-9]*/,/,' -kill `cat hg.pid` +"$TESTDIR/killdaemons.py" echo % serve errors cat errors.log