mirror of https://github.com/getdnsapi/getdns.git
Fail transport test on failures
This commit is contained in:
parent
e75cf0b7a3
commit
a9ba50dff1
|
@ -198,3 +198,8 @@ done
|
|||
echo
|
||||
echo "Finished transport test: did $COUNT queries, $GOOD_COUNT passes, $FAIL_COUNT failures"
|
||||
echo
|
||||
if [[ $FAIL_COUNT -gt 0 ]]
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue