summaryrefslogtreecommitdiffstats
path: root/php-sebastian-comparator5.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-07 14:57:07 +0100
committerRemi Collet <remi@php.net>2023-02-07 14:57:07 +0100
commitbac937aeb91e03f09d0646982e17a48a329c0b65 (patch)
treeddc9b1d94456baff098786cc6465cf5bf015db03 /php-sebastian-comparator5.spec
parent5b4b7cf825ac8d7fbbe3389ccb62c1bf892f7a4c (diff)
cleanup
Diffstat (limited to 'php-sebastian-comparator5.spec')
-rw-r--r--php-sebastian-comparator5.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sebastian-comparator5.spec b/php-sebastian-comparator5.spec
index 3c59dec..301013f 100644
--- a/php-sebastian-comparator5.spec
+++ b/php-sebastian-comparator5.spec
@@ -122,7 +122,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 --no-coverage --verbose || ret=1
+ %{_bindir}/phpunit10 --no-coverage || ret=1
fi
done
exit $ret