]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add detail on echo message in autosign test
authorMatthijs Mekking <matthijs@isc.org>
Thu, 14 Mar 2019 08:43:14 +0000 (09:43 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 11 Apr 2019 13:22:30 +0000 (15:22 +0200)
bin/tests/system/autosign/tests.sh

index be513855153540928a1e90397ccbb3dc74e57031..9eedf95e4e277b7ac9b39b6b33da4ac2c2add8f0 100755 (executable)
@@ -993,7 +993,7 @@ $RNDCCMD 10.53.0.2 loadkeys bar. 2>&1 | sed 's/^/ns2 /' | cat_i
 echo_i "waiting for changes to take effect"
 sleep 5
 
-echo_i "checking former standby key is now active ($n)"
+echo_i "checking former standby key $newid is now active ($n)"
 ret=0
 $DIG $DIGOPTS dnskey . @10.53.0.1 > dig.out.ns1.test$n || ret=1
 grep 'RRSIG.*'" $newid "'\. ' dig.out.ns1.test$n > /dev/null || ret=1