[Test] Fix file separators in generated spec tests on windows

^KTI-713 Fixed
This commit is contained in:
Dmitriy Novozhilov
2021-11-30 11:01:54 +03:00
committed by teamcityserver
parent da5c86cc1e
commit f12a010fc8
@@ -35,7 +35,7 @@ fun detectDirsWithTestsMapFileOnly(dirName: String, baseDir: String = "."): List
}
}
return excludedDirs.sorted()
return excludedDirs.sorted().map { it.replace("\\", "/") }
}
fun generateTests() {