mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Don't write fake logs to the real test log
This caused consternation as errors were logged but tests did not fail. It was expected to log!
This commit is contained in:
parent
6ac2d8edc8
commit
049e158a8f
@ -823,9 +823,7 @@ type fakeTestingT struct {
|
|||||||
|
|
||||||
func (f fakeTestingT) Helper() {}
|
func (f fakeTestingT) Helper() {}
|
||||||
|
|
||||||
func (f fakeTestingT) Errorf(format string, args ...interface{}) {
|
func (f fakeTestingT) Errorf(format string, args ...interface{}) {}
|
||||||
f.t.Logf(format, args...)
|
|
||||||
}
|
|
||||||
|
|
||||||
func verifyEquiv(t testingTInterface, call string, tc *svcTestCase, got *api.Service) bool {
|
func verifyEquiv(t testingTInterface, call string, tc *svcTestCase, got *api.Service) bool {
|
||||||
t.Helper()
|
t.Helper()
|
||||||
|
Loading…
Reference in New Issue
Block a user