Skip to content

Commit eb6028b

Browse files
committed
Make wget quiet
1 parent afc2095 commit eb6028b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/install-wp-tests.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Feature: Scaffold install-wp-tests.sh tests
4242
"""
4343
And I run `wp eval-file get-phpunit-phar-url.php --skip-wordpress`
4444
And save STDOUT as {PHPUNIT_PHAR_URL}
45-
And I run `wget -O phpunit {PHPUNIT_PHAR_URL}`
45+
And I run `wget -q -O phpunit {PHPUNIT_PHAR_URL}`
4646
And I run `chmod +x phpunit`
4747
And I run `wp plugin path`
4848
And save STDOUT as {PLUGIN_DIR}
@@ -148,7 +148,7 @@ Feature: Scaffold install-wp-tests.sh tests
148148
"""
149149
And I run `wp eval-file get-phpunit-phar-url.php --skip-wordpress`
150150
And save STDOUT as {PHPUNIT_PHAR_URL}
151-
And I run `wget -O phpunit {PHPUNIT_PHAR_URL}`
151+
And I run `wget -q -O phpunit {PHPUNIT_PHAR_URL}`
152152
And I run `chmod +x phpunit`
153153
And I run `wp plugin path`
154154
And save STDOUT as {PLUGIN_DIR}

0 commit comments

Comments
 (0)