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 hasCrypto check to common flags check #25147

Closed
wants to merge 1 commit into from

Commits on Dec 20, 2018

  1. test: add hasCrypto check to common flags check

    Currently, if node is configured --without-ssl there will be a number of
    test errors related to crypto flags:
    
    Error: Test has to be started with the flag: '--tls-v1.1'
    
    This commit adds a hasCrypto check to the flags checking similar to what
    is done for --without-intl.
    danbev committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    19ec158 View commit details
    Browse the repository at this point in the history