3 references to ExpectedExitCode
Microsoft.ML.TestFramework (3)
RemoteExecutor.cs (3)
133int expected = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? options.ExpectedExitCode : unchecked((sbyte)options.ExpectedExitCode); 136Assert.True(expected == actual, $"Exit code was {process.ExitCode} but it should have been {options.ExpectedExitCode}");