Commit 09d1c2e
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 cb726d9 commit 09d1c2e
File tree
1 file changed
+2
-2
lines changed- org.eclipse.wb.core/src/org/eclipse/wb/internal/core
1 file changed
+2
-2
lines changedLines 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