coverage.sh: indicate what file exceeded maximum line length
This commit is contained in:
parent
59e5870e7b
commit
712fdcf1ab
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [ -e "$MMSCRIPT" ]; then
|
|||
rm "$TMPFILE"
|
||||
|
||||
if [ "$(sed -e '/^__END__$/,$d' "$MMSCRIPT" | wc --max-line-length)" -gt 79 ]; then
|
||||
echo "exceeded maximum line length of 79 characters" >&2
|
||||
echo "$MMSCRIPT exceeded maximum line length of 79 characters" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue