Skip to content

Commit

Permalink
Error in JUnit Platform listener should fail build
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Feb 17, 2019
1 parent b7fd19d commit 45d6f56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class JUnitTestRunnerListener(private val listener: EngineExecutionListener,
}
} catch (t: Throwable) {
logger.error("Error in JUnit Platform listener", t)
throw t
}
}
}
Expand Down

0 comments on commit 45d6f56

Please sign in to comment.