summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-07 14:50:40 +0100
committerRemi Collet <remi@php.net>2023-02-07 14:50:40 +0100
commit3441b7caad482ef4a3d9308e33cf375a107cb7c4 (patch)
treef4d2e87abaa3a85dc32db9c3fac645c62f54a1a7
parent0fe556c3e36068febc47e6ba976d9a0d212186f3 (diff)
cleanup
-rw-r--r--php-phpunit-php-timer6.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/php-phpunit-php-timer6.spec b/php-phpunit-php-timer6.spec
index 0f37627..cbd9c2d 100644
--- a/php-phpunit-php-timer6.spec
+++ b/php-phpunit-php-timer6.spec
@@ -87,8 +87,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