From: Mark Andrews Date: Thu, 9 Jan 2014 05:23:40 +0000 (+1100) Subject: stop spamming system logs X-Git-Tag: v9.10.0a2~132 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d4eb30fa2dbd7a91933a615bece878b696400eb4;p=thirdparty%2Fbind9.git stop spamming system logs --- diff --git a/bin/tests/system/dlvauto/tests.sh b/bin/tests/system/dlvauto/tests.sh index 25bb8e30d83..5b76bddbc0d 100644 --- a/bin/tests/system/dlvauto/tests.sh +++ b/bin/tests/system/dlvauto/tests.sh @@ -31,7 +31,7 @@ then ret=0 $PERL $SYSTEMTESTTOP/stop.pl . ns2 || ret=1 sleep 1 - (cd ns2; $NAMED -f -d 100 -c named.conf >> named.run 2>&1 & ) + (cd ns2; $NAMED -g -d 100 -c named.conf >> named.run 2>&1 & ) sleep 2 $DIG $DIGOPTS soa . @10.53.0.2 > dig.out.ns2.test$n || ret=1 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1