fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
534 stars 99 forks source link

The exit code is always 0 regardless if there are failures or not #4633

Closed khaledhosny closed 2 months ago

khaledhosny commented 2 months ago

Observed behaviour

The exist code is always zero, regardless if there are failing checks or if -e is used.

Expected behaviour

There error code should be non-zero if there failing checks (or the level set with -e)

khaledhosny commented 2 months ago

This appears to happen only when called as python -m fontbakery, should be fixed with #4634.

felipesanches commented 2 months ago

thanks!