summaryrefslogtreecommitdiffstats
path: root/php-pecl-raphf.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-11-16 07:35:18 +0100
committerRemi Collet <fedora@famillecollet.com>2013-11-16 07:35:18 +0100
commit3a10131672f9c9bcf49271e9135401e3cd099524 (patch)
treea0c7b7520e4c607f10d84fca175ca939521e962f /php-pecl-raphf.spec
parent82ba69a165488f9f9f193a0bd9254a89ce24d808 (diff)
php-pecl-raphf: cleanup
Diffstat (limited to 'php-pecl-raphf.spec')
-rw-r--r--php-pecl-raphf.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec
index a4de69f..ae77827 100644
--- a/php-pecl-raphf.spec
+++ b/php-pecl-raphf.spec
@@ -157,7 +157,7 @@ fi
%check
cd NTS
-# Minimal load test for NTS extension
+: Minimal load test for NTS extension
php --no-php-ini \
--define extension=modules/%{pecl_name}.so \
--modules | grep %{pecl_name}
@@ -179,7 +179,7 @@ REPORT_EXIT_STATUS=1 \
%if %{with_zts}
cd ../ZTS
-# Minimal load test for ZTS extension
+: Minimal load test for ZTS extension
%{__ztsphp} --no-php-ini \
--define extension=modules/%{pecl_name}.so \
--modules | grep %{pecl_name}