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

Fix reporting exit code 143 as an error closing Sauce Connect #12

Merged
merged 1 commit into from
Jul 24, 2013
Merged

Fix reporting exit code 143 as an error closing Sauce Connect #12

merged 1 commit into from
Jul 24, 2013

Conversation

csnover
Copy link
Contributor

@csnover csnover commented Jul 24, 2013

In order to terminate Sauce Connect when close is called, a SIGTERM is sent to the child Java process. Java will receive the SIGTERM, shut down, and return an exit code of 143. This is not an error, so this pull request stops it from being reported as an error.

bermi added a commit that referenced this pull request Jul 24, 2013
Fix reporting exit code 143 as an error closing Sauce Connect
@bermi bermi merged commit c37ec71 into bermi:master Jul 24, 2013
@bermi
Copy link
Owner

bermi commented Jul 24, 2013

Thank you, I just pushed v0.1.11 to npm with these changes.

bryanforbes pushed a commit to bryanforbes/intern that referenced this pull request Jan 14, 2014
stdavis pushed a commit to stdavis/intern that referenced this pull request Jun 22, 2015
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.

2 participants