Changes of Revision 7
[-] | Changed | php-pecl-igbinary-dev.spec |
x 1
2 3 : upstream test suite 4 cd NTS 5 -TEST_PHP_EXECUTABLE=%{_bindir}/php \ 6 +##TEST_PHP_EXECUTABLE=%{_bindir}/php \ 7 ##TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ 8 +TEST_PHP_EXECUTABLE=%{_bindir}/php \ 9 NO_INTERACTION=1 \ 10 REPORT_EXIT_STATUS=1 \ 11 %{_bindir}/php -n run-tests.php --show-diff 12
13 14 : upstream test suite 15 cd ../ZTS 16 -TEST_PHP_EXECUTABLE=%{__ztsphp} \ 17 +##TEST_PHP_EXECUTABLE=%{__ztsphp} \ 18 ##TEST_PHP_ARGS="-n $MOD -d extension=$PWD/modules/%{extname}.so" \ 19 +TEST_PHP_EXECUTABLE=%{__ztsphp} \ 20 NO_INTERACTION=1 \ 21 REPORT_EXIT_STATUS=1 \ 22 %{__ztsphp} -n run-tests.php --show-diff 23 |