hulu / roca

A command-line tool for running brightscript tests
Apache License 2.0
25 stars 19 forks source link

fix(runner): return correct exit code when something fails #95

Closed alimnios72 closed 3 years ago

alimnios72 commented 3 years ago

fixes #94

alimnios72 commented 3 years ago

If we wanted to be super unix nerds we could make the return code be the number of failed tests

yeah that's something we can try in the future, I wonder if the CI/CD gets any benefit if having exit codes different than 1? maybe github shows that number when a PR fails?