Skip to content

exit_code not bubbling at_exit in Rails 5 using "rails test" #561

Open
@mstewart6

Description

@mstewart6

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions