gotestyourself / gotestsum

'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
Apache License 2.0
2.07k stars 122 forks source link

Add SIGUSR1 handler for sending SIGABRT to test run #346

Open dnephin opened 1 year ago

dnephin commented 1 year ago

Related to #344

Let's see if this signal is supported on all the platforms that build in CI.

TODO: