Skip to content

Commit

Permalink
Merge pull request #10081 from k8s-infra-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-10076-to-release-1.6

[release-1.6] 🌱 Print conformance image used in kubetest
  • Loading branch information
k8s-ci-robot committed Jan 31, 2024
2 parents f5711ae + 3bfabf1 commit bcfafbe
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 @@ -173,7 +173,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 bcfafbe

Please sign in to comment.