Skip to content

Commit

Permalink
Merge pull request #1444 from cfr-mir/master
Browse files Browse the repository at this point in the history
filterGcov.sh fails if your filename or path contains "File"
  • Loading branch information
basvodde committed Jan 24, 2021
2 parents f6fcf81 + 21c0476 commit d14505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/filterGcov.sh
Expand Up @@ -22,7 +22,7 @@ getRidOfCruft() {
sed '-e s/^Lines.*://g' \
'-e s/^[0-9]\./ &/g' \
'-e s/^[0-9][0-9]\./ &/g' \
'-e s/of.*File/ /g' \
'-e s/of.\w[^'File']*File/ /g' \
"-e s/'//g" \
'-e s/^.*\/usr\/.*$//g' \
'-e s/^.*\.$//g'
Expand Down

0 comments on commit d14505c

Please sign in to comment.