2 references to SIGINT
dotnet.Tests (2)
CommandTests\Run\GivenDotnetRunIsInterrupted.cs (2)
54
NativeMethods.Posix.kill(testProcess.Id, NativeMethods.Posix.
SIGINT
).Should().Be(0); // dotnet run
57
NativeMethods.Posix.kill(Convert.ToInt32(line), NativeMethods.Posix.
SIGINT
).Should().Be(0); // TestAppThatWaits