Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listen for 'close' event rather than 'exit' #118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Listen for 'close' event rather than 'exit' #118

wants to merge 2 commits into from

Conversation

unkillbob
Copy link

We were experiencing an issue whereby failing tests would sometimes not result in an error exit code and hence related CI builds would pass despite the failing tests.

This change seems to fix the issue for us. I couldn't find any documentation on the exit event but I'm pretty sure the correct event to listen for here is close - unless there's a specific reason to use exit?

This fixes an issue whereby failing tests would sometimes not result in an error exit code and hence related CI builds would pass despite the failing tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant