mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 02:59:59 -04:00
fix missing test counter
This commit is contained in:
parent
769f621358
commit
3b122f8d33
1 changed files with 1 additions and 0 deletions
|
|
@ -766,6 +766,7 @@ wait_for_log "Cannot compute tag for key in zone \.: algorithm is unsupported" n
|
|||
if [ $ret != 0 ]; then echo_i "failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
||||
n=`expr $n + 1`
|
||||
echo_i "check 'rndc managed-keys' and views ($n)"
|
||||
ret=0
|
||||
$RNDCCMD 10.53.0.7 managed-keys refresh in view1 > rndc.out.ns7.view1.test$n || ret=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue