mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +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
|
||||
IFS=',' read -a apiVersions <<< ${KUBE_TEST_API_VERSIONS}
|
||||
IFS=',' read -a apiVersions <<< "${KUBE_TEST_API_VERSIONS}"
|
||||
for apiVersion in "${apiVersions[@]}"; do
|
||||
echo "Running tests for APIVersion: $apiVersion"
|
||||
runTestsForVersion $apiVersion "${@}"
|
||||
|
Loading…
Reference in New Issue
Block a user