1 write to ExitCode
RunTests (1)
ProcessRunner.cs (1)
25
ExitCode
= exitCode;
5 references to ExitCode
RunTests (5)
ProcessTestExecutor.cs (3)
151
Logger.Log($"Exit xunit process with id {dotnetProcessInfo.Id} for test {workItemInfo.DisplayName} with code {xunitProcessResult.
ExitCode
}");
154
if (xunitProcessResult.
ExitCode
!= 0)
184
exitCode: xunitProcessResult.
ExitCode
,
Program.cs (1)
244
ConsoleUtil.WriteLine($"FAILED with {processOutput.
ExitCode
}");
TestRunner.cs (1)
146
return new RunAllResult(result.
ExitCode
== 0, ImmutableArray<TestResult>.Empty, ImmutableArray.Create(result));