diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-20 09:25:21 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-20 09:25:21 +0100 |
commit | 199689f89544dbdc9825d374d8f7897528eb73cc (patch) | |
tree | 3868bb31c785ea004fa696d19040bdde7735c3b4 /php-pecl-http-dev.spec | |
parent | b620f30db362296c44f090298265aa155d57f59d (diff) |
php-pecl-http: re enable test suite
Diffstat (limited to 'php-pecl-http-dev.spec')
-rw-r--r-- | php-pecl-http-dev.spec | 4 |
1 files 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 |