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: skip test-bindings if inspector is disabled #13186

Closed

Commits on May 24, 2017

  1. test: skip test-bindings if inspector is disabled

    If node is configured --without-inspector/--without-ssl this test will
    fail with the following error:
    Path: inspector/test-bindings
    inspector.js:8
      throw new Error('Inspector is not available');
      ^
    
    Error: Inspector is not available
        at inspector.js:8:9
        at NativeModule.compile (bootstrap_node.js:549:7)
    
    This commit skips this test if the inspector is disabled.
    danbev committed May 24, 2017
    Copy the full SHA
    c09d55b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    06e52b1 View commit details
    Browse the repository at this point in the history