Commit 93d7fa3
committed
test: only inspect on failure
The inspection was done in all cases so far and that's not necessary.
Therefore this changed this behavior to only inspect the input on
failure cases.
PR-URL: #26360
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent b6355ef commit 93d7fa3Copy full SHA for 93d7fa3
File tree
Expand file treeCollapse file tree
2 files changed
+10
-8
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
2 files changed
+10
-8
lines changedOpen diff view settings
Collapse file
test/parallel/test-path-join.js
Copy file name to clipboardExpand all lines: test/parallel/test-path-join.js+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
131 | 131 | |
132 | 132 | |
133 | 133 | |
134 | | - |
135 | | - |
| 134 | + |
| 135 | + |
| 136 | + |
136 | 137 | |
137 | | - |
138 | 138 | |
| 139 | + |
139 | 140 | |
140 | 141 | |
141 | 142 | |
|
Collapse file
test/parallel/test-path-relative.js
Copy file name to clipboardExpand all lines: test/parallel/test-path-relative.js+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
56 | 56 | |
57 | 57 | |
58 | 58 | |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
64 | 64 | |
| 65 | + |
65 | 66 | |
66 | 67 | |
67 | 68 | |
0 commit comments