Commit 353cd84
test: ignore stale process cleanup failures on Windows
In some tests we try to clean up stale child processes on Windows,
but they don't necessarily exist, in that case we should ignore
any failures from the WMIC.exe command.
PR-URL: #44480
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 5eb48b6 commit 353cd84Copy full SHA for 353cd84
File tree
Expand file treeCollapse file tree
1 file changed
+12
-8
lines changedOpen diff view settings
Filter options
- test/common
Expand file treeCollapse file tree
1 file changed
+12
-8
lines changedOpen diff view settings
Collapse file
test/common/child_process.js
Copy file name to clipboardExpand all lines: test/common/child_process.js+12-8Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
23 | 27 | |
24 | 28 | |
25 | 29 | |
|
0 commit comments