Commit 1522562
test: pass process.env to child processes
For variables such as LD_LIBRARY_PATH and DYLD_LIBRARY_PATH that are
needed for dynamically linked binaries
PR-URL: #16405
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>1 parent d721c0b commit 1522562Copy full SHA for 1522562
File tree
Expand file treeCollapse file tree
4 files changed
+7
-9
lines changedOpen diff view settings
Filter options
- benchmark
- test
- parallel
- sequential
Expand file treeCollapse file tree
4 files changed
+7
-9
lines changedOpen diff view settings
Collapse file
benchmark/_http-benchmarkers.js
Copy file name to clipboardExpand all lines: benchmark/_http-benchmarkers.js+3-5Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
91 | 91 | |
92 | 92 | |
93 | 93 | |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
| 94 | + |
| 95 | + |
| 96 | + |
99 | 97 | |
100 | 98 | |
101 | 99 | |
|
Collapse file
benchmark/_test-double-benchmarker.js
Copy file name to clipboardExpand all lines: benchmark/_test-double-benchmarker.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
Collapse file
test/parallel/test-child-process-fork-no-shell.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-fork-no-shell.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
|
Collapse file
test/sequential/test-inspector-port-cluster.js
Copy file name to clipboardExpand all lines: test/sequential/test-inspector-port-cluster.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
311 | 311 | |
312 | 312 | |
313 | 313 | |
314 | | - |
| 314 | + |
315 | 315 | |
316 | 316 | |
317 | 317 | |
318 | | - |
| 318 | + |
319 | 319 | |
320 | 320 | |
321 | 321 | |
|
0 commit comments