Commit 16427c9
Do not count tests as failed that have not started
Before this commit, when the user interrupted a test run, tests that had not started until that point were counted as failed, whereas tests that were already running were counted as skipped.
With this commmit, both types of tests are counted as skipped.
Closes bazelbuild#17160.
PiperOrigin-RevId: 501495265
Change-Id: I4dd157c32d70eb46a02070251684899b84c9802e1 parent f0ed5ca commit 16427c9
File tree
1 file changed
+2
-1
lines changed- src/main/java/com/google/devtools/build/lib/runtime
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
| 220 | + | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| |||
0 commit comments