Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
Signed-off-by: Dhruv-J <[email protected]>
  • Loading branch information
Dhruv-J committed Jul 17, 2023
1 parent 7866aee commit 0c197a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0c197a4

Please sign in to comment.