mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
don't call out to the internet when running test
This commit is contained in:
@@ -24,7 +24,7 @@ for db in zones/good*.db
|
|||||||
do
|
do
|
||||||
echo "I:checking $db ($n)"
|
echo "I:checking $db ($n)"
|
||||||
ret=0
|
ret=0
|
||||||
$CHECKZONE example $db > test.out.$n 2>&1 || ret=1
|
$CHECKZONE -i local example $db > test.out.$n 2>&1 || ret=1
|
||||||
n=`expr $n + 1`
|
n=`expr $n + 1`
|
||||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||||
status=`expr $status + $ret`
|
status=`expr $status + $ret`
|
||||||
|
Reference in New Issue
Block a user