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.
2 parents f48db2f + 353f819 commit 3f903dcCopy full SHA for 3f903dc
bin/install-package-tests
@@ -28,9 +28,9 @@ if [ -n "${WP_CLI_TEST_DBHOST}" ]; then
28
if [ -n "${PORT}" ]; then
29
# If the port is not numeric, then we assume it is a socket path.
30
if is_numeric "${PORT}"; then
31
- HOST_STRING="${HOST_STRING} -P${PORT} --protocol=tcp"
+ HOST_STRING="${HOST_STRING} --port${PORT} --protocol=tcp"
32
else
33
- HOST_STRING="${HOST_STRING} --socket=${PORT}"
+ HOST_STRING="${HOST_STRING} --socket=${PORT} --protocol=socket"
34
fi
35
36
0 commit comments