more debug output on testing

This commit is contained in:
Volker Berlin 2017-04-04 21:30:12 +02:00
parent f3f4b50eff
commit dfa09eb972

View File

@ -47,3 +47,9 @@ task nodeVersion(type: NodeTask) {
test.systemProperty 'node.dir', nodeDir
}
}
test {
testLogging.showStandardStreams = true
testLogging.exceptionFormat = 'full'
}