Commit 63f36b0
committed
test_runner: fix potential TypeError in junit reporter
The junit reporter could crash with a TypeError if a test event
was emitted without a `details` object. While `details` is common, its absence is a valid case that should not terminate the reporter.1 parent 5816778 commit 63f36b0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
0 commit comments