Skip to content

Commit 81db43f

Browse files
committed
increase tests logging verbosity
Signed-off-by: Oleh Dokuka <odokuka@vmware.com> Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
1 parent 7ac1abd commit 81db43f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ subprojects {
153153
test {
154154
useJUnitPlatform()
155155
testLogging {
156-
events "FAILED"
156+
events "PASSED", "FAILED"
157157
showExceptions true
158158
exceptionFormat "FULL"
159159
stackTraceFilters "ENTRY_POINT"

0 commit comments

Comments
 (0)