Skip to content

Commit 2634534

Browse files
Fix var name
1 parent 5ebbfae commit 2634534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cibuild-gh-ost-replica-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ if [ -z "$TEST_MYSQL_VERSION" ]; then
6969
test_mysql_version "$mysql_version"
7070
done
7171
else
72-
echo "found MySQL version: $MYSQL_VERSION"
73-
test_mysql_version "$MYSQL_VERSION"
72+
echo "found MySQL version: $TEST_MYSQL_VERSION"
73+
test_mysql_version "$TEST_MYSQL_VERSION"
7474
fi

0 commit comments

Comments
 (0)