Gradle add test logging exceptionFormat = 'full'
This commit is contained in:
parent
6c8cdb1b32
commit
c5cd1c2664
|
@ -376,6 +376,7 @@ test {
|
||||||
// Used in the Travis build so that Travis doesn't end up panicking because there's no output for a long time.
|
// Used in the Travis build so that Travis doesn't end up panicking because there's no output for a long time.
|
||||||
testLogging {
|
testLogging {
|
||||||
events "passed", "skipped", "failed"
|
events "passed", "skipped", "failed"
|
||||||
|
exceptionFormat = 'full'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue