| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6c3ad2a commit 6320cd0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,9 @@ if (!common.isLinux) | |||
| 11 | 11 | common.skip('linux only'); | |
| 12 | 12 | if (common.isASan) | |
| 13 | 13 | common.skip('strace does not work well with address sanitizer builds'); | |
| 14 | + if (process.config.variables.node_shared_openssl) { | ||
| 15 | + common.skip('external shared openssl may open other files'); | ||
| 16 | + } | ||
| 14 | 17 | if (spawnSync('strace').error !== undefined) { | |
| 15 | 18 | common.skip('missing strace'); | |
| 16 | 19 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments