From 6a19a81e46bda971bb29a2c3f406d98decf85265 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Mar 2014 18:14:45 +0100 Subject: php-pecl-pthreads: ignore 1 test with php 5.4 --- php-pecl-pthreads.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php-pecl-pthreads.spec b/php-pecl-pthreads.spec index 0ac67d8..87f90b9 100644 --- a/php-pecl-pthreads.spec +++ b/php-pecl-pthreads.spec @@ -129,6 +129,11 @@ cd %{pecl_name}-%{version} --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ --modules | grep %{pecl_name} +%if "%{php_version}" < "5.5" +# syntax issue +rm tests/pools.phpt +%endif + : Upstream test suite for ZTS extension TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ -- cgit