mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Fix e2e test for .ID->.Name change
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user