Skip to content

Commit b30be6b

Browse files
committed
More test debugging
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
1 parent 03ae149 commit b30be6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ configure(javaProjects) { subproject ->
185185

186186
test {
187187
testLogging {
188-
events 'skipped', 'failed'
188+
events 'started', 'passed', 'skipped', 'failed'
189189
showStandardStreams = project.hasProperty('showStandardStreams') ?: false
190190
showExceptions = true
191191
showStackTraces = true

0 commit comments

Comments
 (0)