Skip to content

Commit

Permalink
Make warning messages a bit more verbose for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed May 9, 2024
1 parent 857071d commit e4d9e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/reportify-coq-errors-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function join_to_oneline() {

function format_curlines_first_two() {
if [ -z "${skip_unterminated_message_warning}" ]; then # first we report on the fact that we have an unterminated warning:
printf '%s' "::warning::Could not find a terminator for warning:%0A"
printf '%s' "::warning::Could not find a terminator for ${#curlines[@]}-line warning:%0A"
join_to_oneline "${curlines[@]}"
printf '\n'
fi
Expand Down

0 comments on commit e4d9e81

Please sign in to comment.