From 776c32e8c7821fcd9981c72bfee4f0ed150e71e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jun 2021 13:34:31 +0200 Subject: minor --- php-theseer-autoload.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index fe56b59..4e3ccb5 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-theseer-autoload # -# Copyright (c) 2014-2020 Remi Collet +# Copyright (c) 2014-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -121,7 +121,7 @@ require '%{buildroot}%{_datadir}/php/TheSeer/Autoload/autoload.php'; EOF ret=0 -for cmd in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmd in "php %{phpunit}" php73 php74 php80 php81; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 -- cgit