We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebbfae commit 2634534Copy full SHA for 2634534
1 file changed
script/cibuild-gh-ost-replica-tests
@@ -69,6 +69,6 @@ if [ -z "$TEST_MYSQL_VERSION" ]; then
69
test_mysql_version "$mysql_version"
70
done
71
else
72
- echo "found MySQL version: $MYSQL_VERSION"
73
- test_mysql_version "$MYSQL_VERSION"
+ echo "found MySQL version: $TEST_MYSQL_VERSION"
+ test_mysql_version "$TEST_MYSQL_VERSION"
74
fi
0 commit comments