summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-09-04 09:09:18 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-04 09:09:18 +0200
commit2c4cbb43ba578ce18abf9e16ff41ea61800d9976 (patch)
tree146ac3c56605142d4e838019e2da26c1a22e64c5
parent61522fbb0764c305d52bb3e8cb2a8caeae434133 (diff)
php-pecl-apc: add -n option
-rw-r--r--php-pecl-apc.spec4
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