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 b8f1d2c commit ad7ef50Copy full SHA for ad7ef50
bin/install-package-tests
@@ -28,7 +28,7 @@ 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} --port${PORT} --protocol=tcp"
+ HOST_STRING="${HOST_STRING} --port=${PORT} --protocol=tcp"
32
else
33
HOST_STRING="${HOST_STRING} --socket=${PORT} --protocol=socket"
34
fi
0 commit comments