Skip to content

Commit 7927152

Browse files
committed
undo
1 parent 4da0cd2 commit 7927152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-behat-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ if [[ "${WP_CLI_TEST_COVERAGE}" == "true" ]] && vendor/bin/behat --help 2>/dev/n
134134
fi
135135

136136
# Run the functional tests.
137-
FORMAT_ARGS=(--format pretty)
137+
FORMAT_ARGS=(--format progress)
138138
for arg in "$@"; do
139139
if [[ "$arg" == "--format"* ]]; then
140140
FORMAT_ARGS=()

0 commit comments

Comments
 (0)