Commit 1865691
test_runner: set non-zero exit code when suite errors occur
PR-URL: #62282
Reviewed-By: Aviv Keller <me@aviv.sh>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>1 parent ede52bc commit 1865691Copy full SHA for 1865691
3 files changed
+21Lines changed: 21 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib/internal/test_runner
- test
- fixtures/test-runner
- parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
lib/internal/test_runner/utils.js
Copy file name to clipboardExpand all lines: lib/internal/test_runner/utils.js+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
384 | 384 | |
385 | 385 | |
386 | 386 | |
| 387 | + |
| 388 | + |
| 389 | + |
387 | 390 | |
388 | 391 | |
389 | 392 | |
|
Collapse file
test/fixtures/test-runner/describe_error.js
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
Collapse file
test/parallel/test-runner-exit-code.js
Copy file name to clipboardExpand all lines: test/parallel/test-runner-exit-code.js+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
73 | 81 | |
74 | 82 | |
75 | 83 | |
|
0 commit comments