Skip to content

Commit

Permalink
Debug values when test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jul 29, 2019
1 parent 9c75f4a commit d20698a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/common/downward_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ var _ = ginkgo.Describe("[sig-node] Downward API", func() {
{
Name: "dapi-container",
Image: imageutils.GetE2EImage(imageutils.BusyBox),
Command: []string{"sh", "-c", `[[ "${HOST_IP:?}" == "${POD_IP:?}" ]] && echo 'OK'`},
Command: []string{"sh", "-c", `[[ "${HOST_IP:?}" == "${POD_IP:?}" ]] && echo 'OK' || echo "HOST_IP: '${HOST_IP}' != POD_IP: '${POD_IP}'"`},
Env: env,
},
},
Expand Down

0 comments on commit d20698a

Please sign in to comment.