1 write to ExitCode
RunTests (1)
ProcessRunner.cs (1)
25
ExitCode
= exitCode;
4 references to ExitCode
RunTests (4)
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)
249
ConsoleUtil.WriteLine($"FAILED with {processOutput.
ExitCode
}");