diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-07 14:51:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-07 14:51:15 +0100 |
commit | 04e93abdebebff911e6641058de3b24c5b87c3cb (patch) | |
tree | bfa1fbd146f3e68d8c197523ea469a964f64f290 /php-phpunit-php-text-template3.spec | |
parent | c07d95efe185f7a5200b7910e6aaeb1e33e0e467 (diff) |
cleanup
Diffstat (limited to 'php-phpunit-php-text-template3.spec')
-rw-r--r-- | php-phpunit-php-text-template3.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-php-text-template3.spec b/php-phpunit-php-text-template3.spec index 6043e08..0b2578b 100644 --- a/php-phpunit-php-text-template3.spec +++ b/php-phpunit-php-text-template3.spec @@ -82,7 +82,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}%{ver_major}/autoload.php \ - %{_bindir}/phpunit10 --verbose || ret=1 + %{_bindir}/phpunit10 || ret=1 fi done exit $ret |