Skip to content

Commit 1adee9d

Browse files
committed
Allow failure status code
1 parent eb0f800 commit 1adee9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/utils.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Feature: Utilities that do NOT depend on WordPress code
156156
When I try `mysql --database={DB_NAME} --user={DB_USER} --password={DB_PASSWORD} {DB_HOST_STRING} < test_db.sql`
157157
Then the return code should be 0
158158
159-
When I run `mysqldump --help | grep -q 'column-statistics' && echo '--skip-column-statistics'`
159+
# The --skip-column-statistics flag is not always present.
160+
When I try `mysqldump --help | grep -q 'column-statistics' && echo '--skip-column-statistics'`
160161
Then save STDOUT as {SKIP_COLUMN_STATISTICS_FLAG}
161162
162163
# This throws a warning because of the password.

0 commit comments

Comments
 (0)