Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php7
:
EL7
>
php-pecl-igbinary
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Changed
php-pecl-igbinary-dev.spec
@@ -218,7 +218,7 @@ # APC required for test 045 if [ -f %{php_extdir}/apcu.so ]; then - MOD="-d extension=apcu.so" + MOD="-d extension=apcu.so -d extension=apc.so" fi if [ -f %{php_extdir}/apc.so ]; then MOD="$MOD -d extension=apc.so" @@ -231,9 +231,8 @@ : upstream test suite cd NTS -##TEST_PHP_EXECUTABLE=%{_bindir}/php \ -##TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ TEST_PHP_EXECUTABLE=%{_bindir}/php \ +TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ %{_bindir}/php -n run-tests.php --show-diff @@ -246,9 +245,8 @@ : upstream test suite cd ../ZTS -##TEST_PHP_EXECUTABLE=%{__ztsphp} \ -##TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ TEST_PHP_EXECUTABLE=%{__ztsphp} \ +TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ %{__ztsphp} -n run-tests.php --show-diff