Skip to content

Commit d2bcc20

Browse files
authored
Fix clion (#678)
1 parent a0f1871 commit d2bcc20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clion-plugin/src/main/kotlin/org/utbot/cpp/clion/plugin/grpc/GrpcRequestBuildersImpl.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ internal data class ProjectContextBuilder(
2323
}
2424
return Testgen.ProjectContext.newBuilder()
2525
.setProjectPath(projectPath)
26-
.setTestDirPath(
26+
.setTestDirRelPath(
2727
remoteMapping.convertToRemote(
2828
projectNioPath.resolve(relativeTestsDirNioPath).toString(),
2929
UTBot.message("settings.project.testsDir.wrong")
3030
)
3131
)
32+
.setReportDirRelPath("utbot_report")
3233
.setBuildDirRelPath(buildDirRelPath)
3334
.setProjectName(projectName)
3435
.setProjectPath(remoteMapping.convertToRemote(projectPath, UTBot.message("projectPath.wrong.conversion")))

0 commit comments

Comments
 (0)