Commit 8a5464c
committed
Don't log expected exceptions
Some tests deliberately throw an exception. These exceptions are
expected and should not show up in the build log. Logging can already be
disabled by calling `setDisplayExceptionOnConsole(...)`. If disabled,
this flag will now prevent any propagation to the console.1 parent f7f03b1 commit 8a5464c
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
| 294 | + | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments