Skip to content

Commit ba0f282

Browse files
committed
Allow for warnings during upgradeable update --all
1 parent d517708 commit ba0f282

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

features/upgradables.feature

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,12 @@ Feature: Manage WordPress themes and plugins
9090
"""
9191
And the {SUITE_CACHE_DIR}/<type>/<item>-{NEW_VERSION}.zip file should exist
9292

93-
When I run `wp <type> update --all`
94-
Then STDOUT should not be empty
93+
# This can throw warnings about versions being higher than expected.
94+
When I try `wp <type> update --all 2>&1`
95+
Then STDOUT should contain:
96+
"""
97+
updated
98+
"""
9599

96100
When I run `wp <type> status <item>`
97101
Then STDOUT should not contain:

0 commit comments

Comments
 (0)