diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index 9d0becd9e97..a5981ff92f4 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -117,7 +117,7 @@ Set createExternalTests(File testRoot, Closure taskConfigu } def taskDirectory = project.relativePath(it) - def taskName = taskDirectory.replaceAll("[-/]", '_') + def taskName = taskDirectory.replaceAll("[-/\\\\]", '_') def task = (RunExternalTestGroup)project.task("$taskName", type: RunExternalTestGroup){ groupDirectory = "$taskDirectory"