projects
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e2b5c9
)
skip part of test-crypto-engine to avoid rebuilding For now, only tests not requiring...
author
Jérémy Lal
<kapouer@melix.org>
Wed, 11 May 2022 09:02:01 +0000
(10:02 +0100)
committer
Jérémy Lal
<kapouer@melix.org>
Wed, 11 May 2022 09:02:01 +0000
(10:02 +0100)
Forwarded: not-needed
Last-Update: 2022-05-02
Gbp-Pq: Topic build
Gbp-Pq: Name skip-crypto-engine-check.patch
test/parallel/test-crypto-engine.js
patch
|
blob
|
history
diff --git
a/test/parallel/test-crypto-engine.js
b/test/parallel/test-crypto-engine.js
index ca2e4793683788d5d460f51e638bab6c21fac727..f4c4276ce360abb3b039238bf6d45b10efbb15f2 100644
(file)
--- a/
test/parallel/test-crypto-engine.js
+++ b/
test/parallel/test-crypto-engine.js
@@
-34,7
+34,7
@@
crypto.setEngine('dynamic', crypto.constants.ENGINE_METHOD_RSA);
if (common.isOSX)
engineLib = `lib${engineName}.dylib`;
else if (common.isLinux && process.arch === 'x64')
- engineLib = `lib${engineName}.so`;
+
//
engineLib = `lib${engineName}.so`;
if (engineLib !== undefined) {
const execDir = path.dirname(process.execPath);