Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin committed Apr 2, 2024
1 parent 95d5c9a commit 5e4822d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/src/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,7 @@ Server::TestsGenServiceImpl::ConfigureProject(ServerContext *context,

utbot::ProjectContext utbotProjectContext{request->projectcontext()};

fs::path buildDirPath =
fs::path(utbotProjectContext.projectPath) / utbotProjectContext.getTestDirAbsPath();
fs::path buildDirPath = utbotProjectContext.getBuildDirAbsPath();
switch (request->configmode()) {
case ConfigMode::CHECK:
return UserProjectConfiguration::CheckProjectConfiguration(buildDirPath, writer);
Expand Down

0 comments on commit 5e4822d

Please sign in to comment.