diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-04 09:09:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-04 09:09:18 +0200 |
commit | 2c4cbb43ba578ce18abf9e16ff41ea61800d9976 (patch) | |
tree | 146ac3c56605142d4e838019e2da26c1a22e64c5 /php-pecl-apc.spec | |
parent | 61522fbb0764c305d52bb3e8cb2a8caeae434133 (diff) |
php-pecl-apc: add -n option
Diffstat (limited to 'php-pecl-apc.spec')
-rw-r--r-- | php-pecl-apc.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-apc.spec b/php-pecl-apc.spec index 9128b42..f3fbf93 100644 --- a/php-pecl-apc.spec +++ b/php-pecl-apc.spec @@ -207,7 +207,7 @@ TEST_PHP_EXECUTABLE=%{_bindir}/php \ TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=dom.so -d extension=apc.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{_bindir}/php run-tests.php +%{_bindir}/php -n run-tests.php %if 0%{?__ztsphp:1} cd ../%{pecl_name}-%{version}-zts @@ -217,7 +217,7 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=dom.so -d extension=apc.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__ztsphp} run-tests.php +%{__ztsphp} -n run-tests.php %endif |