From 2c4cbb43ba578ce18abf9e16ff41ea61800d9976 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Sep 2012 09:09:18 +0200 Subject: php-pecl-apc: add -n option --- php-pecl-apc.spec | 4 ++-- 1 file 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 -- cgit