Fix native test working directory

This commit is contained in:
Ilya Matveev
2018-09-25 17:17:09 +03:00
committed by Ilya Matveev
parent 6741a550d9
commit 3f452b2af2
@@ -396,8 +396,7 @@ open class KotlinNativeTargetConfigurator(
val testExecutableProperty = testExecutableLinkTask.outputFile
executable = testExecutableProperty.get().absolutePath
// TODO: Provide a normal test path!
outputDir = project.layout.buildDirectory.dir("test-results").get().asFile
outputDir = project.layout.projectDirectory.asFile
if (project.hasProperty("teamcity.version")) {
args("--ktest_logger=TEAMCITY")