mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-19 23:51:08 +00:00
Calling klog.FlushAndExit causes the `go test` binary to quit without properly recording which test failed. Both callers of StartScheduler already have a ktesting.TContext, so switching to that is easy and also reduces the number of parameters.