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

test: fix child_process testcase to actually detect regression #7774

Closed
wants to merge 1 commit into from

Commits on Jul 17, 2016

  1. test: fix testcase to actually detect regression

    In order for the testcase to fail, the calls to read() must be done
    after 'exit' is emitted and after flushStdio has been called.
    
    With this change, the testcase will catch any regressions on this
    issue.
    
    Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
    petrosagg authored and addaleax committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    07d3f44 View commit details
    Browse the repository at this point in the history