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

lib: suppress crypto related env vars in help msg #24556

Closed

Commits on Nov 21, 2018

  1. lib: suppress crypto related env vars in help msg

    This commit adds a crypto check to suppress the crypto related
    environment variables introduced in Commit
    399bb3c ("doc: add NODE_DEBUG_NATIVE to API
    docs").
    
    Without this check, test/parallel/test-cli-node-print-help.js will fail
    when configured --without-ssl, as it some of the descriptions for these
    environment variables contain flags that the test is not expecting to find.
    danbev committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    2042d12 View commit details
    Browse the repository at this point in the history