diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-11-16 07:35:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-11-16 07:35:18 +0100 |
commit | 3a10131672f9c9bcf49271e9135401e3cd099524 (patch) | |
tree | a0c7b7520e4c607f10d84fca175ca939521e962f | |
parent | 82ba69a165488f9f9f193a0bd9254a89ce24d808 (diff) |
php-pecl-raphf: cleanup
-rw-r--r-- | php-pecl-raphf.spec | 4 |
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} |