-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
--kill-others should work with --success #404
Comments
I have a similar issue I believe I am using the package to run my integration tests. It does two things
Tests run successfully and exit with 0, that in turn triggers the SIGTERM being sent to other processes (as shown in the logs) but the exit code sent to the process on windows is 1 while it is SIGTERM on mac. We rely on SIGTERM to do some clean-up but because of the way it exits right now, we are unable to do so only on windows. |
I could suggest trying to change "last" to "first". |
@andy265 it's not working. |
What @andy265 said is right. @HoneyQumo can you provide any details about what's not working? If I don't have reproduction steps, I can't help. |
@40x it might be better to open a new issue for your use case. |
Just a suggestion, complement the documentation with this observation. The description of param are not clear and there are no examples to --success param. |
The text was updated successfully, but these errors were encountered: