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 tty tests #7613

Merged
merged 2 commits into from
Jul 11, 2016
Merged

Fix tty tests #7613

merged 2 commits into from
Jul 11, 2016

Commits on Jul 11, 2016

  1. test: move parallel/test-tty-* to pseudo-tty/

    Refs: nodejs#7360
    PR-URL: nodejs#7613
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Fishrock123 committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    f3a3888 View commit details
    Browse the repository at this point in the history
  2. test: fix old tty tests

    test-tty-wrap hasn’t worked since StreamBase was introduced, I think.
    test-tty-stdout-end also happens to works with PipeWrap-s.
    
    Refs: nodejs#7360
    PR-URL: nodejs#7613
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Fishrock123 committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    aab3066 View commit details
    Browse the repository at this point in the history