Skip to content

Commit d1580f5

Browse files
author
Dai MIKURUBE
committed
Log more in running tests
1 parent 109f50b commit d1580f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,13 @@ gemPush {
281281
test {
282282
jvmArgs '-XX:MaxPermSize=128M', '-Xmx2048m'
283283
testLogging {
284-
events "passed", "skipped", "failed"
284+
outputs.upToDateWhen { false }
285+
exceptionFormat = org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
286+
showCauses = true
287+
showExceptions = true
288+
showStackTraces = true
289+
showStandardStreams = true
290+
events "passed", "skipped", "failed", "standardOut", "standardError"
285291
}
286292
}
287293

0 commit comments

Comments
 (0)