From: Mark Andrews Date: Tue, 17 Feb 2026 02:12:59 +0000 (+1100) Subject: Add missed ret!=0 checks X-Git-Tag: v9.21.19~24^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77278beaf3bf7d44fc6d874632dd072a39df5b42;p=thirdparty%2Fbind9.git Add missed ret!=0 checks --- diff --git a/bin/tests/system/dnstap/tests.sh b/bin/tests/system/dnstap/tests.sh index d4bcdd30ea4..c311e49ef01 100644 --- a/bin/tests/system/dnstap/tests.sh +++ b/bin/tests/system/dnstap/tests.sh @@ -672,6 +672,8 @@ EOF echo_i "ns4 $rr4 expected 0" ret=1 } + if [ $ret != 0 ]; then echo_i "failed"; fi + status=$((status + ret)) echo_i "checking UPDATE_QUERY message counts" ret=0 @@ -794,6 +796,8 @@ EOF echo_i "ns4 $rr4 expected 0" ret=1 } + if [ $ret != 0 ]; then echo_i "failed"; fi + status=$((status + ret)) echo_i "checking UPDATE_QUERY message counts" ret=0