Skip to content

Commit

Permalink
Remove verbosity on phpunit runs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jan 14, 2025
1 parent 126b889 commit 20f9b74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runner/main/jobtypes/phpunit/phpunit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ function phpunit_runcmd() {
--disallow-test-output
--fail-on-risky
--log-junit /shared/log.junit
--verbose
)
if [[ -n "${PHPUNIT_FILTER}" ]]; then
cmd+=(--filter "${PHPUNIT_FILTER}")
Expand Down

0 comments on commit 20f9b74

Please sign in to comment.