[php-pecl-apc] missing -n option

Remi Collet remi at fedoraproject.org
Tue Sep 4 07:08:43 UTC 2012


commit 6fe1b27c395c7116e79af201acaced4a78a7d5af
Author: remi <fedora at famillecollet.com>
Date:   Tue Sep 4 09:08:36 2012 +0200

    missing -n option

 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 7ea37d8..4ee8106 100644
--- a/php-pecl-apc.spec
+++ b/php-pecl-apc.spec
@@ -199,7 +199,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
@@ -209,7 +209,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
 
 


More information about the scm-commits mailing list