Skip to content

Commit ad87b72

Browse files
author
Shlomi Noach
committed
sort order
1 parent 07a4a69 commit ad87b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/cibuild-gh-ost-replica-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ test_mysql_version() {
4949
echo "Building..."
5050
. script/build
5151
# 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
52+
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
5353
test_mysql_version "$mysql_version"
5454
done

0 commit comments

Comments
 (0)