Changes of Revision 8
[-] | Changed | php-pecl-igbinary-dev.spec |
x 1
2 3 # APC required for test 045 4 if [ -f %{php_extdir}/apcu.so ]; then 5 - MOD="-d extension=apcu.so" 6 + MOD="-d extension=apcu.so -d extension=apc.so" 7 fi 8 if [ -f %{php_extdir}/apc.so ]; then 9 MOD="$MOD -d extension=apc.so" 10
11 12 : upstream test suite 13 cd NTS 14 -##TEST_PHP_EXECUTABLE=%{_bindir}/php \ 15 -##TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ 16 TEST_PHP_EXECUTABLE=%{_bindir}/php \ 17 +TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ 18 NO_INTERACTION=1 \ 19 REPORT_EXIT_STATUS=1 \ 20 %{_bindir}/php -n run-tests.php --show-diff 21
22 23 : upstream test suite 24 cd ../ZTS 25 -##TEST_PHP_EXECUTABLE=%{__ztsphp} \ 26 -##TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ 27 TEST_PHP_EXECUTABLE=%{__ztsphp} \ 28 +TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ 29 NO_INTERACTION=1 \ 30 REPORT_EXIT_STATUS=1 \ 31 %{__ztsphp} -n run-tests.php --show-diff 32 |