diff options
-rw-r--r-- | php-sebastian-lines-of-code2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sebastian-lines-of-code2.spec b/php-sebastian-lines-of-code2.spec index 10bf473..e90feb6 100644 --- a/php-sebastian-lines-of-code2.spec +++ b/php-sebastian-lines-of-code2.spec @@ -106,7 +106,7 @@ ret=0 for cmd in php php81 php82; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ - %{_bindir}/phpunit10 --verbose || ret=1 + %{_bindir}/phpunit10 || ret=1 fi done exit $ret |