mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Merge pull request #5974 from nikhiljindal/testBranch
Fixing broken hack/test-go.sh
This commit is contained in:
commit
5d379a2cb8
@ -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