diff --git a/script/cibuild-gh-ost-replica-tests b/script/cibuild-gh-ost-replica-tests index a7f6035..40f7380 100755 --- a/script/cibuild-gh-ost-replica-tests +++ b/script/cibuild-gh-ost-replica-tests @@ -69,6 +69,6 @@ if [ -z "$TEST_MYSQL_VERSION" ]; then test_mysql_version "$mysql_version" done else - echo "found MySQL version: $MYSQL_VERSION" - test_mysql_version "$MYSQL_VERSION" + echo "found MySQL version: $TEST_MYSQL_VERSION" + test_mysql_version "$TEST_MYSQL_VERSION" fi