We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a4a69 commit ad87b72Copy full SHA for ad87b72
1 file changed
script/cibuild-gh-ost-replica-tests
@@ -49,6 +49,6 @@ test_mysql_version() {
49
echo "Building..."
50
. script/build
51
# Test all versions:
52
-find gh-ost-ci-env/mysql-tarballs/ -name "*.tar.gz" | while read f ; do basename $f ".tar.gz" ; done | sort | while read mysql_version ; do
+find gh-ost-ci-env/mysql-tarballs/ -name "*.tar.gz" | while read f ; do basename $f ".tar.gz" ; done | sort -r | while read mysql_version ; do
53
test_mysql_version "$mysql_version"
54
done
0 commit comments