Azure / InnovationEngine

An experiment in simplicity for complex environments
MIT License
35 stars 18 forks source link

fix(test): Fix test mode to correctly exit when it encounters an error #217

Closed vmarcella closed 3 months ago

vmarcella commented 3 months ago

This PR fixes ie test so that it exits with a failed status code when an error is encountered. This behavior was accidentally changed in v0.2.0, but was the default behavior prior to that.