]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix GitHub Action log title reporting 13225/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Fri, 8 Sep 2023 11:59:27 +0000 (07:59 -0400)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 11:59:27 +0000 (07:59 -0400)
Follow-up to #13068

regression-tests/recursor-test
regression-tests/runtests

index ce4d41b716c49f2384a3b5eb473b3abca032b810..ec58cfe90b40dfe1da5da2313997eeaa72dcdf8b 100755 (executable)
@@ -90,7 +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 "::error title=Recursor-bulktest::Bulk test failed: less than ${THRESHOLD}% of queries answered successfully"
     echo recursor-bulktest >> failed_tests
     RETVAL=1
 fi
index 6ebf474edbb6cddc77ad73788e9bb18d4bc96f54..162d15f0d4bfab35353d08a7b3eba6de5b6d9408 100755 (executable)
@@ -147,7 +147,7 @@ do
 done
 
 if [ $failed -gt 0 ]; then
-       echo -n "::error ::title=Regression-tests::Tests failed. "
+       echo -n "::error title=Regression-tests::Tests failed. "
 fi
 echo -n $passed out of $[$passed+$failed]
 echo -n " ("