From f98380810e3cc74438e4ee6763da63ebad6d54a5 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Tue, 18 Jul 2017 18:53:55 +0700 Subject: [PATCH] gralde-plugin, tests: Ignore 'target' test on Windows --- .../kotlin/gradle/plugin/test/IncrementalSpecification.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kotlin-native-gradle-plugin/src/test/groovy/org/jetbrains/kotlin/gradle/plugin/test/IncrementalSpecification.groovy b/tools/kotlin-native-gradle-plugin/src/test/groovy/org/jetbrains/kotlin/gradle/plugin/test/IncrementalSpecification.groovy index 73e5547b250..f1c3aada22a 100644 --- a/tools/kotlin-native-gradle-plugin/src/test/groovy/org/jetbrains/kotlin/gradle/plugin/test/IncrementalSpecification.groovy +++ b/tools/kotlin-native-gradle-plugin/src/test/groovy/org/jetbrains/kotlin/gradle/plugin/test/IncrementalSpecification.groovy @@ -294,7 +294,7 @@ class IncrementalSpecification extends Specification { recompilationAndInteropProcessingHappened(*results) } - @IgnoreIf({ System.getProperty('os.name').contains('windows') }) + @IgnoreIf({ System.getProperty('os.name').toLowerCase().contains('windows') }) def 'target change should cause recompilation and interop reprocessing'() { when: def newTarget