[Test] Fix file separators in generated spec tests on windows
^KTI-713 Fixed
This commit is contained in:
committed by
teamcityserver
parent
da5c86cc1e
commit
f12a010fc8
+1
-1
@@ -35,7 +35,7 @@ fun detectDirsWithTestsMapFileOnly(dirName: String, baseDir: String = "."): List
|
||||
}
|
||||
}
|
||||
|
||||
return excludedDirs.sorted()
|
||||
return excludedDirs.sorted().map { it.replace("\\", "/") }
|
||||
}
|
||||
|
||||
fun generateTests() {
|
||||
|
||||
Reference in New Issue
Block a user