Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#10076 from sbueringer/pr-print-con…
Browse files Browse the repository at this point in the history
…f-image

🌱 Print conformance image used in kubetest
  • Loading branch information
k8s-ci-robot authored Jan 30, 2024
2 parents 829362d + 9d9eb50 commit 4cbc679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/kubetest/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func Run(ctx context.Context, input RunInput) error {
// Get our current working directory. Just for information, so we don't need
// to worry about errors at this point.
cwd, _ := os.Getwd()
ginkgoextensions.Byf("Running e2e test: dir=%s, command=%q", cwd, args)
ginkgoextensions.Byf("Running e2e test: dir=%s, command=%q, image=%q", cwd, args, input.ConformanceImage)

containerRuntime, err := container.NewDockerClient()
if err != nil {
Expand Down

0 comments on commit 4cbc679

Please sign in to comment.