diff --git a/test/e2e/framework.go b/test/e2e/framework.go index 5630f3a5..fb6aa514 100644 --- a/test/e2e/framework.go +++ b/test/e2e/framework.go @@ -1653,7 +1653,7 @@ func (data *TestData) killProcessesAndCollectCovFiles(namespace, podName, contai log.Infof("reached into if condition") return fmt.Errorf("error when running this find command (for coverage file) '%s' on Node kind-worker, stderr: <%v>, err: <%v>", cmd, stderr, err) } - llog.Infof("did not get past if condition first command") + log.Infof("did not get past if condition first command") } else { stdout = strings.TrimSpace(stdout) files = strings.Split(stdout, "\n")