Skip to content

Commit 10677fe

Browse files
committed
Add root password
1 parent c8e1c33 commit 10677fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/config-create.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Feature: Create a wp-config file
204204
Then STDERR should be empty
205205
206206
# We try to account for the warnings we get for passing the password on the command line.
207-
When I try `MYSQL_HOST=localhost WP_CLI_TEST_DBHOST='localhost:{SOCKET}' {RUN_DIR}/install-package-tests`
207+
When I try `MYSQL_HOST=localhost WP_CLI_TEST_DBHOST='localhost:{SOCKET}' WP_CLI_TEST_DBROOTPASS='root' {RUN_DIR}/install-package-tests`
208208
Then STDOUT should contain:
209209
"""
210210
Detected MySQL

0 commit comments

Comments
 (0)