mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-28 10:19:31 +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.