]> 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>
Fri, 12 Apr 2019 13:57:15 +0000 (15:57 +0200)
(cherry picked from commit d330986374d434e8a5101478cc6b476b42fa588a)
(cherry picked from commit d281d9ae99985772db13fb3dce0c0e7e2fb5f5b8)

bin/tests/system/autosign/tests.sh

index f4bf6d9f48b47deb1b10ce05ab1242dbf8fe1fed..fd237cd4c998935fdb2450f33445031b099df292 100755 (executable)
@@ -998,7 +998,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