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: skip whether TTY is availble #13991

Closed
wants to merge 2 commits into from

Commits on Jul 6, 2017

  1. test,async_hooks: skip whether TTY is availble

    If TTY isn't available then the test will always fail. Also use the
    already available process.stdin instead of opening another ReadStream.
    
    Fixes: nodejs#13984
    PR-URL: nodejs#13991
    trevnorris committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    858808e View commit details
    Browse the repository at this point in the history
  2. test,async_hooks: match test-ttywrap.readstream

    Match changes made to test-ttywrap.readstream for consistency.
    
    PR-URL: nodejs#13991
    trevnorris committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    2a0647e View commit details
    Browse the repository at this point in the history