Skip to content

Commit e89c432

Browse files
committed
modified to show which tests have failed in the console output
1 parent fa15d75 commit e89c432

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ tasks.testClasses {
107107

108108

109109
tasks.test {
110+
testLogging {
111+
events("FAILED")
112+
}
110113
}
111114

112115
tasks.javadoc {

0 commit comments

Comments
 (0)