]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Handle non-zero return codes in statistics test
authorTom Krizek <tkrizek@isc.org>
Mon, 19 Jun 2023 15:05:17 +0000 (17:05 +0200)
committerTom Krizek <tkrizek@isc.org>
Fri, 14 Jul 2023 13:49:16 +0000 (15:49 +0200)
bin/tests/system/statistics/tests.sh

index 28277a1224bb67f8a83cfb8b2f690c7f659386f3..effbb3dede6c552bae2f263957b01645365184d4 100644 (file)
@@ -89,7 +89,7 @@ status=$((status + ret))
 n=$((n + 1))
 
 echo_i "sending queries to ns3"
-$DIGCMD +tries=2 +time=1 +recurse @10.53.0.3 foo.info. any > /dev/null 2>&1
+$DIGCMD +tries=2 +time=1 +recurse @10.53.0.3 foo.info. any > /dev/null 2>&1 || true
 
 ret=0
 echo_i "dumping updated stats for ns3 ($n)"