Don't restart ns5 after killing it

This commit is contained in:
Mark Andrews 2012-06-07 14:37:58 +10:00
parent a0c1fa2a8f
commit 1ff22ac042

View file

@ -416,8 +416,7 @@ if test -n "$QPERF"; then
# server really stops and deletes named.pid.
echo "# rpz off" >ns5/rpz-switch
PID=`cat ns5/named.pid`
test -z "$PID" || kill -9 "$PID"
$PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns5
test -z "$PID" || kill -9 "$PID" && rm -f ns5/named.pid
NORPZ=`trim norpz`
RPZ=`trim rpz`