mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #106297 from thockin/svc-testlog-hush
Don't write fake logs to the real test log
This commit is contained in:
commit
0c6110e412
@ -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