Result code 0 on error

Not sure if this is the expected behavior but bud doesn’t exit with a significant result code on errors. Instead I get a red message, but the build seems to complete.


I’d expect it to fail with a result code != 0. In the current state it messes up my CI pipeline : it passes when it should fail.
Is there a “fail on error” option somewhere ?

bud 6.6.9

Hi @LucasDemea,

Bud 6.6.9 does have this issue.

But as of 6.7.0, it’s been fixed. Please upgrade!

See Release v6.7.0 · roots/bud · GitHub and https://github.com/roots/bud/issues/1986

1 Like

Indeed, updating fixed it, thanks !