Skip to content

Commit b53297c

Browse files
committed
Add plain console output to fix HarnessKotest.
1 parent befb160 commit b53297c

File tree

1 file changed

+2
-2
lines changed
  • jvm/selfie-runner-kotest/src/commonTest/kotlin/com/diffplug/selfie/kotest

1 file changed

+2
-2
lines changed

jvm/selfie-runner-kotest/src/commonTest/kotlin/com/diffplug/selfie/kotest/HarnessKotest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2023-2024 DiffPlug
2+
* Copyright (C) 2023-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -206,7 +206,7 @@ open class HarnessKotest() : FunSpec() {
206206
argList.add("-c")
207207
}
208208
argList.add(
209-
"${if (IS_WINDOWS) "" else "./"}gradlew :undertest-kotest:$actualTask --configuration-cache ${args.joinToString(" ")}")
209+
"${if (IS_WINDOWS) "" else "./"}gradlew :undertest-kotest:$actualTask --configuration-cache --console=plain ${args.joinToString(" ")}")
210210
val output =
211211
exec(TypedPath.ofFolder(subprojectFolder.parent.toString()), *argList.toTypedArray())
212212
if (output.contains("BUILD SUCCESSFUL")) {

0 commit comments

Comments
 (0)