Skip to content

Commit a7af711

Browse files
robstollvlsi
authored andcommitted
make printTestResults an extension of AbstractTestTask
1 parent 2e08c59 commit a7af711

File tree

1 file changed

+1
-1
lines changed
  • plugins/gradle-extensions-plugin/src/main/kotlin/com/github/vlsi/gradle/test/dsl

1 file changed

+1
-1
lines changed

plugins/gradle-extensions-plugin/src/main/kotlin/com/github/vlsi/gradle/test/dsl/PrintTestResults.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private fun StyledTextBuilder.appendTestName(name: String) {
5757
}
5858
}
5959

60-
fun Test.printTestResults(
60+
fun AbstractTestTask.printTestResults(
6161
slowTestLogThreshold: Long = project.props.long("slowTestLogThreshold", 2000L),
6262
slowSuiteLogThreshold: Long = project.props.long("slowSuiteLogThreshold", 0L),
6363
enableColor: Boolean = !project.props.bool("nocolor",

0 commit comments

Comments
 (0)