Skip to content

Commit 8aa0bbf

Browse files
committed
[utbot-rider]
Updating VSharp process working dir
1 parent 493210e commit 8aa0bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utbot-rider/src/dotnet/UtBot/UtBot/UnitTestBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private void Generate(IBackgroundProgressIndicator progressIndicator, IProject p
119119
_logger.Catch(() =>
120120
{
121121
var port = NetworkUtil.GetFreePort();
122-
var proc = new ProcessWithRdServer(VSharpMain.VSharpProcessName, project.ProjectFileLocation.Parent.FullPath, port, vsharpRunner.FullPath,
122+
var proc = new ProcessWithRdServer(VSharpMain.VSharpProcessName, project.ProjectFileLocation.FullPath, port, vsharpRunner.FullPath,
123123
project.Locks,
124124
_lifetime);
125125
var projectCsprojPath = project.ProjectFileLocation.FullPath;
@@ -192,4 +192,4 @@ private static string calculateTestProjectTarget(TargetFrameworkId tfm)
192192

193193
return "net6.0";
194194
}
195-
}
195+
}

0 commit comments

Comments
 (0)