Skip to content

Commit b373586

Browse files
authored
Disabled ssl for tests as failing for WordPress 6.8 (#396)
1 parent 630cbf0 commit b373586

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/_lib.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ install_db() {
9292
fi
9393
fi
9494

95+
# Always disable SSL for local test DB connections (fixes WP 6.8 DB creation issues)
96+
EXTRA="$EXTRA --ssl=false"
97+
9598
# create database
9699
if [ $(mysql --user="$DB_USER" --password="$DB_PASS"$EXTRA --execute='show databases;' | grep ^$DB_NAME$) ]
97100
then

0 commit comments

Comments
 (0)