mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Handle non-zero return codes in statistics test
(cherry picked from commit 3a36ff506d)
This commit is contained in:
parent
a460982af7
commit
716d8f43e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue