-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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 failures without openssl-cli #9509
Comments
Is that something that really needs fixing though? It only breaks when you actively sabotage it. |
I think the tests would fail if Node is built with shared openssl library in which openssl-cli does not exist. |
I understand now. That's right, it won't get built. I'd probably make openssl-cli build unconditionally rather than trying to fix up the tests. |
The So I think it is good to check via |
No one worked in this issue so it is open to everyone. |
I would like to work on this one. 💪 |
@shigeki I miss understood and I figure it out now 😃 |
@sotayamashita Thanks. |
When
openssl-cli
is not found, several tests are failed due to missing its check.This issue is reserved to be fixed in the course of Code and Learn in Node Fest Tokyo 2016.
Ref: nodejs/code-and-learn#58
The text was updated successfully, but these errors were encountered: