Skip to content

Commit 4cbc679

Browse files
authored
Merge pull request kubernetes-sigs#10076 from sbueringer/pr-print-conf-image
🌱 Print conformance image used in kubetest
2 parents 829362d + 9d9eb50 commit 4cbc679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/kubetest/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func Run(ctx context.Context, input RunInput) error {
174174
// Get our current working directory. Just for information, so we don't need
175175
// to worry about errors at this point.
176176
cwd, _ := os.Getwd()
177-
ginkgoextensions.Byf("Running e2e test: dir=%s, command=%q", cwd, args)
177+
ginkgoextensions.Byf("Running e2e test: dir=%s, command=%q, image=%q", cwd, args, input.ConformanceImage)
178178

179179
containerRuntime, err := container.NewDockerClient()
180180
if err != nil {

0 commit comments

Comments
 (0)