From 3e75bea995d3be9ca97f1861baa6eaccff04ca13 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 14 Mar 2019 09:43:14 +0100 Subject: [PATCH] Add detail on echo message in autosign test (cherry picked from commit d330986374d434e8a5101478cc6b476b42fa588a) --- bin/tests/system/autosign/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index be51385515..9eedf95e4e 100755 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -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