Open
Description
When running rails test
for Rails 5, the exit code is not bubbling properly, so I always get a 0 exit code. Changing to run as the deprecated rake test
allows the proper exit code to be returned.
The console is properly hitting the exit code checks in both cases as I see the proper error message, I just imagine that the hooks to return the exit code have changed with the switch to using rails instead of rake.