]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
report subtest number
authorMark Andrews <marka@isc.org>
Fri, 17 Jun 2016 00:50:33 +0000 (10:50 +1000)
committerMark Andrews <marka@isc.org>
Fri, 17 Jun 2016 00:50:33 +0000 (10:50 +1000)
bin/tests/system/dnssec/tests.sh

index 4da4adb4d77b12fc4b768a0daa821116a13e3590..1bbc80b0df597ec7aef147c21ef6150e6b666060 100644 (file)
@@ -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