We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95df93e commit 59eb514Copy full SHA for 59eb514
compile.sh
@@ -41,6 +41,7 @@ bikeshed --print=plain -f spec 2>&1 | tee $BSLOG
41
# Also remove any lines that start "cannot identify image file" because the path
42
# is based the machine doing the build so we don't want that in the results.
43
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:;' |
45
sed '/^cannot identify image file/d' |
46
sed -e '$a\' > $ERRLOG
47
0 commit comments