cbeer / engine_cart

Rake tasks to generate test applications for Rails Engines
MIT License
18 stars 16 forks source link

Reports "done generating test app" when `system` calls error #66

Closed no-reply closed 7 years ago

no-reply commented 7 years ago

For example, in the case that bundle install --quiet fails, the build carries on. This is particularly a problem in CI tasks, where the task will continue to run tests, failing with unexpected and misleading errors.