From: Mark Andrews Date: Fri, 17 Jun 2016 00:50:33 +0000 (+1000) Subject: report subtest number X-Git-Tag: v9.11.0b1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0de196f79e519d9ca58f785ad5a693b4585105;p=thirdparty%2Fbind9.git report subtest number --- diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 4da4adb4d77..1bbc80b0df5 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -3285,7 +3285,7 @@ n=`expr $n + 1` if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret` -echo "I:check that a named managed zone that was signed 'in-the-future' is re-signed when loaded" +echo "I:check that a named managed zone that was signed 'in-the-future' is re-signed when loaded ($n)" ret=0 $DIG $DIGOPTS managed-future.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1 grep "flags:.*ad.*QUERY" dig.out.ns4.test$n > /dev/null || ret=1