Merge branch 'each-fix-counter' into 'v9_11'

fix missing test counter

See merge request isc-projects/bind9!1951
This commit is contained in:
Evan Hunt 2019-05-19 00:28:22 -04:00
commit 1bebdea211

View file

@ -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