From 199689f89544dbdc9825d374d8f7897528eb73cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Feb 2015 09:25:21 +0100 Subject: php-pecl-http: re enable test suite --- php-pecl-http-dev.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-pecl-http-dev.spec b/php-pecl-http-dev.spec index 8b71b58..b24ed18 100644 --- a/php-pecl-http-dev.spec +++ b/php-pecl-http-dev.spec @@ -245,14 +245,14 @@ done %check %if 0%{?fedora} == 20 # ignore failed tests (timeout) with curl 7.32 -# rm ?TS/tests/client{006,007,008,018,021}.phpt +rm ?TS/tests/client{006,007,008,018,021}.phpt %endif %if "%{php_version}" < "5.4" # Known failed test with 5.3.3 (need investigations) export REPORT_EXIT_STATUS=0 %else -export REPORT_EXIT_STATUS=0 +export REPORT_EXIT_STATUS=1 %endif # Shared needed extensions -- cgit