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: check inspector support in test/inspector #13324

Closed
wants to merge 1 commit into from

Commits on May 31, 2017

  1. test: check inspector support in test/inspector

    When configuring node --without-ssl or --without-inspector these test
    will fail. The underlying issue will be:
    
    Inspector support is not available with this Node.js build
    /work/nodejs/node/out/Release/node: bad option: --inspect=0
    
    This commit adds checks to see if inspector support is enabled and if
    not skips these tests.
    danbev committed May 31, 2017
    Configuration menu
    Copy the full SHA
    8e7ba6f View commit details
    Browse the repository at this point in the history