From: Mark Andrews Date: Wed, 7 Nov 2012 20:38:13 +0000 (+1100) Subject: use stop.pl to ensure old server is fully shutdown before starting new server X-Git-Tag: v9.10.0a1~728 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4326ea8b66ff17714908a5ab16774b94115f4e0a;p=thirdparty%2Fbind9.git use stop.pl to ensure old server is fully shutdown before starting new server --- diff --git a/bin/tests/system/dlvauto/tests.sh b/bin/tests/system/dlvauto/tests.sh index e94697934dc..25bb8e30d83 100644 --- a/bin/tests/system/dlvauto/tests.sh +++ b/bin/tests/system/dlvauto/tests.sh @@ -29,7 +29,7 @@ echo "I:checking dnssec-lookaside "'"auto"'"; with views of multiple classes ($n if [ -s ns2/named.pid ] then ret=0 - kill -TERM `cat ns2/named.pid` + $PERL $SYSTEMTESTTOP/stop.pl . ns2 || ret=1 sleep 1 (cd ns2; $NAMED -f -d 100 -c named.conf >> named.run 2>&1 & ) sleep 2