diff options
Diffstat (limited to 'php-google-apiclient-services.spec')
-rw-r--r-- | php-google-apiclient-services.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-google-apiclient-services.spec b/php-google-apiclient-services.spec index 9adc164..20d3b63 100644 --- a/php-google-apiclient-services.spec +++ b/php-google-apiclient-services.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-google-apiclient-services, from # # Fedora spec file for php-google-apiclient-services # @@ -106,7 +107,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 PHPUNIT=$(which phpunit) -for PHP_EXEC in "" php70 php71 php72 php73 php74; do +for PHP_EXEC in "" php71 php72 php73 php74; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC $PHPUNIT --bootstrap bootstrap.php --verbose \ -d memory_limit="512M" || RETURN_CODE=1 |