Skip to content

Commit 9af130d

Browse files
author
Shlomi Noach
committed
Replication tests on 8.0
1 parent ea339b6 commit 9af130d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/cibuild-gh-ost-replica-tests

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ test_mysql_version() {
6161
echo "Building..."
6262
. script/build
6363
# Test all versions:
64+
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
65+
echo "found MySQL version: $mysql_version"
66+
done
6467
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
6568
test_mysql_version "$mysql_version"
6669
done

0 commit comments

Comments
 (0)