Fix e2e test for .ID->.Name change

This commit is contained in:
Joe Beda
2014-10-22 17:19:53 -07:00
parent 6ef6ff5bc5
commit 33763d07b2
6 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ for test_file in $(ls "${KUBE_ROOT}/hack/e2e-suite/"); do
fi
fi
echo "running $test_file"
echo "+++ Running $test_file"
result=0
"${KUBE_ROOT}/hack/e2e-suite/${test_file}" || result="$?"
if [[ "${result}" -eq "0" ]]; then