Searched refs:json_noerror_count (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/system/statschannel/
H A Dtests.sh167 json_noerror_count=`awk '/rcode NOERROR/ { print $NF }' json.fmtstats`
168 json_noerror_count=${json_noerror_count:-0}
169 [ "$noerror_count" -eq "$json_noerror_count" ] || ret=1

Completed in 6 milliseconds