]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Highlight why bulk test failed with github annotation 13068/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 24 Jul 2023 17:40:08 +0000 (13:40 -0400)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 17:40:08 +0000 (13:40 -0400)
regression-tests/recursor-test

index e5c4721901d70f31316996d1eb825886852a4c37..ce4d41b716c49f2384a3b5eb473b3abca032b810 100755 (executable)
@@ -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