mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
stop spamming system logs
This commit is contained in:
parent
109f477ed7
commit
d4eb30fa2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue