From ee65026866f9b0c1a523d75256389c31ff7c6847 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Tue, 28 Sep 2021 21:22:19 +0300 Subject: [PATCH] [K/N][Test] Executor extension --- .../src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy b/kotlin-native/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy index 9c043314071..77414915c06 100644 --- a/kotlin-native/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/kotlin-native/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -181,7 +181,7 @@ class RunExternalTestGroup extends JavaExec implements CompilerRunner { def exitCodeMismatch = false for (int i = 0; i < times; i++) { - ExecResult execResult = project.execute { + ExecResult execResult = project.extensions.executor.execute { commandLine exe