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