diff options
-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} |