Skip to content

Commit 8236e3e

Browse files
committed
Remove -v from evergreen phpunit command
1 parent 08e1870 commit 8236e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ "${IS_MATRIX_TESTING}" = "true" ]; then
4343
fi
4444

4545
# Enable verbose output to see skipped and incomplete tests
46-
PHPUNIT_OPTS="${PHPUNIT_OPTS} -v --configuration phpunit.evergreen.xml"
46+
PHPUNIT_OPTS="${PHPUNIT_OPTS} --configuration phpunit.evergreen.xml"
4747

4848
if [ "$SSL" = "yes" ]; then
4949
SSL_OPTS="ssl=true&sslallowinvalidcertificates=true"

0 commit comments

Comments
 (0)