From 471a3a72da5f82f33c8d8bf331f06dcdf5bd0e2f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 14 Dec 2012 17:39:22 +1100 Subject: [PATCH] don't wipe out named.run when restarting --- bin/tests/system/nsupdate/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh index 64b01b4a47..9579dc2f92 100644 --- a/bin/tests/system/nsupdate/tests.sh +++ b/bin/tests/system/nsupdate/tests.sh @@ -243,7 +243,7 @@ rm named.pid cd .. sleep 10 if - $PERL $SYSTEMTESTTOP/start.pl --noclean . ns1 + $PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns1 then echo "I:restarted server ns1" else @@ -395,7 +395,7 @@ $PERL $SYSTEMTESTTOP/stop.pl --use-rndc . ns1 # that the data served by the new server process are exactly # those dumped to the master file by "rndc stop". rm -f ns1/*jnl -$PERL $SYSTEMTESTTOP/start.pl --noclean . ns1 +$PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns1 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd updated4.example.nil.\ @10.53.0.1 a -p 5300 > dig.out.ns1 || status=1 $PERL ../digcomp.pl knowngood.ns1.afterstop dig.out.ns1 || status=1