From 72ccf05595d2ce945c4dc9e7f3a1fce4f9be950f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Feb 2023 14:44:11 +0100 Subject: cleanup --- php-sebastian-type4.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php-sebastian-type4.spec b/php-sebastian-type4.spec index a3cf2d9..0d279c4 100644 --- a/php-sebastian-type4.spec +++ b/php-sebastian-type4.spec @@ -94,8 +94,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 -- cgit