Skip to content

Conversation

@danbev
Copy link
Contributor

Currently this test will fail if node was configured --without-ssl.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Currently this test will fail if node was configured --without-ssl.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 7, 2017
@danbev
Copy link
ContributorAuthor

Copy link
Member

@TrottTrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI is green

Copy link
Contributor

@cjihrigcjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. You could move this check right below the require('../common'); line, but it's not necessary.

@danbev
Copy link
ContributorAuthor

You could move this check right below the require('../common'); line, but it's not necessary.

Sounds good, I'll move it. Thanks.

danbev added a commit to danbev/node that referenced this pull request May 9, 2017
Currently this test will fail if node was configured --without-ssl. PR-URL: nodejs#12882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
@danbev
Copy link
ContributorAuthor

Landed in f72376d

@danbevdanbev closed this May 9, 2017
@danbevdanbev deleted the inspector-check-debugger-pid branch May 9, 2017 10:55
anchnk pushed a commit to anchnk/node that referenced this pull request May 19, 2017
Currently this test will fail if node was configured --without-ssl. PR-URL: nodejs#12882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
@jasnelljasnell mentioned this pull request May 11, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
@gibfahn
Copy link
Member

Depends on #11631

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@danbev@gibfahn@refack@thefourtheye@Trott@cjihrig@mscdex@nodejs-github-bot