mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Some improvements to #5687
This commit is contained in:
@@ -55,7 +55,7 @@ runTests() {
|
||||
trap cleanup EXIT
|
||||
|
||||
# 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
|
||||
runTests $apiVersion
|
||||
runTests "${apiVersion}"
|
||||
done
|
||||
|
Reference in New Issue
Block a user