Skip to content

Commit

Permalink
Skip SSL for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 14, 2025
1 parent 04de4ca commit 2405063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
FILENAME=./testing/phpmyadmin_test.py
fi

mariadb -h "${PHPMYADMIN_DB_HOSTNAME}" -P"${PHPMYADMIN_DB_PORT}" -u"${TESTSUITE_USER:=root}" -p"${TESTSUITE_PASSWORD}" -e "SELECT @@version;" > /dev/null
mariadb -h "${PHPMYADMIN_DB_HOSTNAME}" -P"${PHPMYADMIN_DB_PORT}" -u"${TESTSUITE_USER:=root}" -p"${TESTSUITE_PASSWORD}" --skip-ssl -e "SELECT @@version;" > /dev/null
ret=$?

if [ $ret -ne 0 ] ; then
Expand Down

0 comments on commit 2405063

Please sign in to comment.