mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Warning.
This commit is contained in:
parent
43bb71b486
commit
b7dd3afde7
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ abstract class GenericTestRunner: ITestRunnerContributor {
|
|||
configName: String) : TestResult {
|
||||
var result = false
|
||||
|
||||
context.logger.log(project.name, 1, "Running tests with " + runnerName)
|
||||
context.logger.log(project.name, 1, "Running tests with $runnerName")
|
||||
|
||||
val testConfig = project.testConfigs.firstOrNull { it.name == configName }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue