Skip to content

Issue #10 (return exit status) #22

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

Closed
wants to merge 5 commits into from
Closed

Conversation

odeblic
Copy link

@odeblic odeblic commented Jan 28, 2017

1°) Get the execution result from the child process with wait.

2°) Compute the exit status code and the possible killing signal.

3°) Kill the parent process if the child process was killed.

4°) Exit with the exit status returned by the child process.

NB : Please do not use os_exit(...) in the parent process.

@nicoulaj nicoulaj self-assigned this Mar 3, 2017
@nicoulaj nicoulaj added the bug label Mar 3, 2017
@nicoulaj nicoulaj added this to the 2.6 milestone Mar 3, 2017
@nicoulaj
Copy link
Owner

nicoulaj commented Mar 3, 2017

Sorry, I had a big refactoring going on which already solves the exit code issue.

As for the config changes, after 2.6 is released I plan on re-implementing the config format (#2) so we can move forward.

@nicoulaj nicoulaj closed this Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants