Skip to content

Commit

Permalink
[tools] jenkins.sh: ignore parse error with gcovr (fail with keylayou…
Browse files Browse the repository at this point in the history
…ts.cpp)
  • Loading branch information
jonathanpoelen committed Mar 14, 2024
1 parent dfd0cf6 commit baabf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ if (( $fast == 0 )); then
echo 'coverage: '$i
done
break
done < <(gcovr --gcov-executable $gcovbin -r . -f src/ bin/gcc*/debug/ | tail -n2)
done < <(gcovr --gcov-executable $gcovbin -r . -f src/ bin/gcc*/debug/ --gcov-ignore-parse-errors | tail -n2)
rm -r bin/gcc*

show_duration $toolset_gcc debug
Expand Down

0 comments on commit baabf3d

Please sign in to comment.