From 3a10131672f9c9bcf49271e9135401e3cd099524 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Nov 2013 07:35:18 +0100 Subject: php-pecl-raphf: cleanup --- php-pecl-raphf.spec | 4 ++-- 1 file 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} -- cgit