diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-05 12:08:04 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-05 12:08:04 +0100 |
commit | ce120eac63a4e37bdaf1d73bec75bd39f8755ca8 (patch) | |
tree | 5e93670682d428f9c5604c17f56630b457274ac0 /php-phpunit-php-timer7.spec | |
parent | 27c49208a67f7d3f603cd8fee4465a73e07799ee (diff) |
minor cleanups
Diffstat (limited to 'php-phpunit-php-timer7.spec')
-rw-r--r-- | php-phpunit-php-timer7.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-phpunit-php-timer7.spec b/php-phpunit-php-timer7.spec index 0423ce9..9ec15f4 100644 --- a/php-phpunit-php-timer7.spec +++ b/php-phpunit-php-timer7.spec @@ -8,6 +8,7 @@ # Please, preserve the changelog entries # +# disabled until phpunit11 available %bcond_with tests %global gh_commit 8a59d9e25720482ee7fcdf296595e08795b84dc5 @@ -88,10 +89,10 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php82 php83; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ - %{_bindir}/phpunit10 || ret=1 + %{_bindir}/phpunit11 || ret=1 fi done exit $ret |