Merge pull request #27157 from soltysh/scheduledjob_test_2
Automatic merge from submit-queue Scheduledjob test cont. This continuation of #25737. @erictune @caesarxuchao ptal []()
This commit is contained in:
@@ -330,7 +330,7 @@ func (f *Framework) AfterEach() {
|
||||
case "json":
|
||||
for i := range summaries {
|
||||
typeName := reflect.TypeOf(summaries[i]).String()
|
||||
Logf("%v JSON\n%v", typeName[strings.LastIndex(typeName, ".")+1:len(typeName)], summaries[i].PrintJSON())
|
||||
Logf("%v JSON\n%v", typeName[strings.LastIndex(typeName, ".")+1:], summaries[i].PrintJSON())
|
||||
Logf("Finished")
|
||||
}
|
||||
default:
|
||||
|
Reference in New Issue
Block a user