mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fixing broken hack/test-go.sh
This commit is contained in:
parent
f3ebe30605
commit
6b69ebda5b
@ -206,7 +206,7 @@ reportCoverageToCoveralls() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Convert the CSV to an array of API versions to test
|
# Convert the CSV to an array of API versions to test
|
||||||
IFS=',' read -a apiVersions <<< ${KUBE_TEST_API_VERSIONS}
|
IFS=',' read -a apiVersions <<< "${KUBE_TEST_API_VERSIONS}"
|
||||||
for apiVersion in "${apiVersions[@]}"; do
|
for apiVersion in "${apiVersions[@]}"; do
|
||||||
echo "Running tests for APIVersion: $apiVersion"
|
echo "Running tests for APIVersion: $apiVersion"
|
||||||
runTestsForVersion $apiVersion "${@}"
|
runTestsForVersion $apiVersion "${@}"
|
||||||
|
Loading…
Reference in New Issue
Block a user