Skip to content

Commit

Permalink
Fix clion (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Apr 2, 2024
1 parent a0f1871 commit d2bcc20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ internal data class ProjectContextBuilder(
}
return Testgen.ProjectContext.newBuilder()
.setProjectPath(projectPath)
.setTestDirPath(
.setTestDirRelPath(
remoteMapping.convertToRemote(
projectNioPath.resolve(relativeTestsDirNioPath).toString(),
UTBot.message("settings.project.testsDir.wrong")
)
)
.setReportDirRelPath("utbot_report")
.setBuildDirRelPath(buildDirRelPath)
.setProjectName(projectName)
.setProjectPath(remoteMapping.convertToRemote(projectPath, UTBot.message("projectPath.wrong.conversion")))
Expand Down

0 comments on commit d2bcc20

Please sign in to comment.