From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:40:08 +0000 (-0400) Subject: Highlight why bulk test failed with github annotation X-Git-Tag: rec-5.0.0-alpha1~91^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13068%2Fhead;p=thirdparty%2Fpdns.git Highlight why bulk test failed with github annotation --- diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index e5c4721901..ce4d41b716 100755 --- a/regression-tests/recursor-test +++ b/regression-tests/recursor-test @@ -90,6 +90,7 @@ then echo recursor-bulktest >> passed_tests RETVAL=0 else + echo "::error ::title=Recursor-bulktest::Bulk test failed: less than ${THRESHOLD}% of queries answered successfully" echo recursor-bulktest >> failed_tests RETVAL=1 fi