8324659: GHA: Generic jtreg errors are not reported

Reviewed-by: erikj, jwaters, stuefe
This commit is contained in:
Aleksey Shipilev 2024-01-26 08:51:00 +00:00
parent 781f368d42
commit c313d451a5

View File

@ -42,6 +42,7 @@ error_count=$(echo $errors | wc -w || true)
if [[ "$failures" = "" && "$errors" = "" ]]; then
# We know something went wrong, but not what
echo 'failure=true' >> $GITHUB_OUTPUT
echo 'error-message=Unspecified test suite failure. Please see log for job for details.' >> $GITHUB_OUTPUT
exit 0
fi