We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1a637 commit 55eaa93Copy full SHA for 55eaa93
bin/install-package-tests
@@ -71,9 +71,6 @@ case "${CLIENT_VERSION}" in
71
;;
72
esac
73
74
-echo "DEBUG: CLIENT_VERSION is: '${CLIENT_VERSION}'"
75
-echo "DEBUG: TYPE is: '${TYPE}'"
76
-
77
if [ "${TYPE}" = "MySQL" ]; then
78
SERVER_VERSION=$(mysql -e "SELECT VERSION()" --skip-column-names ${HOST_STRING} -u"${USER}" "${PASSWORD_STRING}")
79
else
0 commit comments