Skip to content

Commit c4d7ffe

Browse files
committed
debug
1 parent 653acf3 commit c4d7ffe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/install-package-tests

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,16 @@ echo "Detecting database version..."
6464

6565
TYPE="MySQL"
6666
CLIENT_VERSION=$(mysql --version 2>/dev/null)
67+
6768
case "${CLIENT_VERSION}" in
6869
*"MariaDB"*)
6970
TYPE="MariaDB"
7071
;;
7172
esac
7273

74+
echo "DEBUG: CLIENT_VERSION is: '${CLIENT_VERSION}'"
75+
echo "DEBUG: TYPE is: '${TYPE}'"
76+
7377
if [ "${TYPE}" == "MySQL" ]; then
7478
SERVER_VERSION=$(mysql -e "SELECT VERSION()" --skip-column-names ${HOST_STRING} -u"${USER}" "${PASSWORD_STRING}")
7579
else

0 commit comments

Comments
 (0)