Commit a78c638
test: use process.env.PYTHON to spawn python
Co-authored-by: Jérémy Lal <kapouer@melix.org>
Fixes: #34699
PR-URL: #34700
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>1 parent 7ef5591 commit a78c638Copy full SHA for a78c638
File tree
Expand file treeCollapse file tree
2 files changed
+4
-2
lines changedOpen diff view settings
Filter options
- test
- parallel
- pummel
Expand file treeCollapse file tree
2 files changed
+4
-2
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-set-blocking.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-set-blocking.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
| 28 | + |
28 | 29 | |
29 | | - |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
|
Collapse file
test/pummel/test-child-process-spawn-loop.js
Copy file name to clipboardExpand all lines: test/pummel/test-child-process-spawn-loop.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
30 | 31 | |
31 | 32 | |
32 | 33 | |
33 | | - |
| 34 | + |
34 | 35 | |
35 | 36 | |
36 | 37 | |
|
0 commit comments