Skip to content

Commit

Permalink
fixing dangling "
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximaz committed May 5, 2024
1 parent cd00d0f commit 5ebbf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valgrind.bash
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ parse_valgrind_reports() {
kind="warning"
fi
while IFS= read -r line; do
echo "Parsing line: \"${line}\"
echo "Parsing line: \"${line}\""
if [[ "${error}" != "" ]]; then
if [[ $(echo "${line}" | grep '^==.*== $') && $(skip_criterion_pipe_leaks "${error}") == "1" ]]; then
echo "::${kind} title=Valgrind Report '${INPUT_BINARY_PATH}' (${report_id})::${error}"
Expand Down

0 comments on commit 5ebbf47

Please sign in to comment.