Skip to content

Commit 12f229b

Browse files
test fix
1 parent 1161cf4 commit 12f229b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AD.FsCheck.MSTest.Tests/CommandLineTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected async Task<string> Run(string testName, Fetch fetch)
6767
static string CreateTestFileName() => Path.ChangeExtension(Path.GetTempFileName(), ".trx");
6868

6969
async Task RunCommandLineTest(string testName) =>
70-
await Process.Start("dotnet.exe", $@"test ..\..\..\. --no-build --environment {EnvironmentVariable}=true --logger ""trx;LogFileName={fileName}"" --filter ""FullyQualifiedName=AD.FsCheck.MSTest.Tests.{className}.{testName}""").WaitForExitAsync();
70+
await Process.Start("dotnet", $@"test ..\..\..\. --no-build --environment {EnvironmentVariable}=true --logger ""trx;LogFileName={fileName}"" --filter ""FullyQualifiedName=AD.FsCheck.MSTest.Tests.{className}.{testName}""").WaitForExitAsync();
7171
7272
async Task<string> FetchTestOutput(Fetch fetch)
7373
{

0 commit comments

Comments
 (0)