mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Formatting.
This commit is contained in:
parent
8805e1c130
commit
5d5f8db24c
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@ abstract class GenericTestRunner: ITestRunnerContributor {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result.any()) {
|
if (result.any()) {
|
||||||
context.logger.log(project.name, 2, "Final JVM test flags after running the contributors and interceptors: $result")
|
context.logger.log(project.name, 2,
|
||||||
|
"Final JVM test flags after running the contributors and interceptors: $result")
|
||||||
}
|
}
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue