Skip to content

Commit

Permalink
Merge pull request #139 from moodlehq/removePhpunitVerbosity
Browse files Browse the repository at this point in the history
Remove verbosity on phpunit runs
  • Loading branch information
sarjona authored Jan 20, 2025
2 parents 126b889 + 20f9b74 commit c1f9c58
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 c1f9c58

Please sign in to comment.