File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jvm/selfie-runner-kotest/src/commonTest/kotlin/com/diffplug/selfie/kotest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" )) {
You can’t perform that action at this time.
0 commit comments