Skip to content

Commit

Permalink
Add better logging for failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goyozi committed Oct 22, 2016
1 parent ed5b154 commit 0faaf1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Expand Up @@ -55,6 +55,11 @@ dependencies {
testRuntime 'org.objenesis:objenesis:2.1'
}

test {
testLogging {
exceptionFormat = 'full'
}
}

eclipse {
classpath {
Expand Down

0 comments on commit 0faaf1d

Please sign in to comment.