From 42c791f78efe0ab0a56c50ff9cde9b4a5a435e22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 May 2017 08:36:23 +0200 Subject: backport --- php-phpdocumentor-reflection-common.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php-phpdocumentor-reflection-common.spec') diff --git a/php-phpdocumentor-reflection-common.spec b/php-phpdocumentor-reflection-common.spec index 74cf36d..1ff5ee3 100644 --- a/php-phpdocumentor-reflection-common.spec +++ b/php-phpdocumentor-reflection-common.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-phpdocumentor-reflection-common, from: # # Fedora spec file for php-phpdocumentor-reflection-common # @@ -85,7 +86,7 @@ BOOTSTRAP=%{buildroot}%{phpdir}/phpDocumentor/Reflection/autoload-common.php : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php56 php70 php71; do +for PHP_EXEC in php php56 php70 php71 php72; do if which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit --verbose --bootstrap $BOOTSTRAP || RETURN_CODE=1 fi -- cgit