Commit e43aa220 by Ryan McKinley Committed by Torkel Ödegaard

Fix: Build report the correct directives before failing (#16312)

parent 545da8ff
......@@ -16,7 +16,7 @@ if [ $ERROR_COUNT -gt $ERROR_COUNT_LIMIT ]; then
fi
if [ $DIRECTIVES -gt $DIRECTIVES_LIMIT ]; then
echo -e "Directive count $ERROR_COUNT exceeded $DIRECTIVES_LIMIT so failing build"
echo -e "Directive count $DIRECTIVES exceeded $DIRECTIVES_LIMIT so failing build"
exit -1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment