lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.4k stars 185 forks source link

fix(helper) exit when cli specified helper fails #638

Closed Tieske closed 3 years ago

Tieske commented 3 years ago

if the helper fails the tests should not run since the environment is most likely not properly set up. This is a hard requirement.

fixes #549