Skip to content

Commit 59eb514

Browse files
committed
Fix bikeshed error parsing in compile.sh to handle included file context
1 parent 95df93e commit 59eb514

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ bikeshed --print=plain -f spec 2>&1 | tee $BSLOG
4141
# Also remove any lines that start "cannot identify image file" because the path
4242
# is based the machine doing the build so we don't want that in the results.
4343
sed 's;^LINE [0-9]*:[0-9]*:;LINE:;' $BSLOG |
44+
sed 's;^LINE [0-9]*:[0-9]* of file .*(included by a block on [0-9]*:[0-9]*):;LINE:;' |
4445
sed '/^cannot identify image file/d' |
4546
sed -e '$a\' > $ERRLOG
4647

0 commit comments

Comments
 (0)