updated mysql_test_scripts.sh

pull/2/head
Hari Sekhon 4 years ago
parent ca16d21842
commit 6a97411053

@ -34,8 +34,8 @@ Sources each script in MySQL in the order given
Runs against a list of MySQL versions from the first of the following conditions:
- If \$MYSQL_VERSIONS environment variable is set, then only tests against those versions in the order given
- If \$GET_DOCKER_TAGS is set and dockerhub_show_tags.py is found in the \$PATH (from DevOps Python tools repo), then uses it to fetches the latest live list of version tags available from the dockerhub API, newest first
- Falls back to the following pre-set list of versions, newest first:
- If \$GET_DOCKER_TAGS is set and dockerhub_show_tags.py is found in the \$PATH (from DevOps Python tools repo), then uses it to fetch the latest live list of version tags available from the dockerhub API, reordering by newest first
- Falls back to the following pre-set list of versions, reordering by newest first:
$(tr ' ' '\n' <<< "$mysql_versions")
"

Loading…
Cancel
Save