diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-07 14:52:43 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-07 14:52:43 +0100 |
commit | 0e383fef18302a6eb90498e657f7e17b7dcd8797 (patch) | |
tree | 68fd37d3cb6d37f87c5bccfbc36e739310e4cdf6 /php-phpunit-php-file-iterator4.spec | |
parent | 918716160678141f607d044b423a480c5fa2f7ef (diff) |
cleanup
Diffstat (limited to 'php-phpunit-php-file-iterator4.spec')
-rw-r--r-- | php-phpunit-php-file-iterator4.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec index 37b0036..d361e7a 100644 --- a/php-phpunit-php-file-iterator4.spec +++ b/php-phpunit-php-file-iterator4.spec @@ -89,7 +89,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 |