Skip to content

Commit fc6207e

Browse files
committed
Account for warnings
1 parent 700da25 commit fc6207e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

features/config-create.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ Feature: Create a wp-config file
190190
When I run `chmod +x {RUN_DIR}/install-package-tests`
191191
Then STDERR should be empty
192192
193-
When I run `WP_CLI_TEST_DBHOST='localhost:{SOCKET}' WP_CLI_TEST_DBROOTPASS='root' {RUN_DIR}/install-package-tests`
193+
# We try to account for the warnings we get for passing the password on the command line.
194+
When I try `WP_CLI_TEST_DBHOST='localhost:{SOCKET}' WP_CLI_TEST_DBROOTPASS='root' {RUN_DIR}/install-package-tests`
194195
Then STDOUT should contain:
195196
"""
196197
Detected MySQL

0 commit comments

Comments
 (0)