mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:59:59 -04:00
Merge branch 'each-fix-counter' into 'v9_11'
fix missing test counter See merge request isc-projects/bind9!1951
This commit is contained in:
commit
1bebdea211
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