We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1161cf4 commit 12f229bCopy full SHA for 12f229b
src/AD.FsCheck.MSTest.Tests/CommandLineTest.cs
@@ -67,7 +67,7 @@ protected async Task<string> Run(string testName, Fetch fetch)
67
static string CreateTestFileName() => Path.ChangeExtension(Path.GetTempFileName(), ".trx");
68
69
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();
+ await Process.Start("dotnet", $@"test ..\..\..\. --no-build --environment {EnvironmentVariable}=true --logger ""trx;LogFileName={fileName}"" --filter ""FullyQualifiedName=AD.FsCheck.MSTest.Tests.{className}.{testName}""").WaitForExitAsync();
71
72
async Task<string> FetchTestOutput(Fetch fetch)
73
{
0 commit comments