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: add crypto check to test-http2-debug #21205

Closed
wants to merge 1 commit into from

Commits on Jun 8, 2018

  1. test: add crypto check to test-http2-debug

    This commit adds a crypto check to test-http2-debug.js as it currently
    will error if configured --without-ssl.
    
    The issue here is that the while the test spawns a child process that
    runs test-http2-ping.js, which does have a crypto check, it will just
    print '1..0 # Skipped: missing crypto' to stdout, and nothing to stderr
    which is what this test is trying to assert and hence failing.
    danbev committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    dd03cd4 View commit details
    Browse the repository at this point in the history