From b851d69fc51df6dbc2ff348fec1d0b885c7b10bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2012 10:26:29 +0200 Subject: php-symfony2-Form: Test temporary disabled on EL :( --- php-symfony2-Form.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec index 739215b..b769a9b 100644 --- a/php-symfony2-Form.spec +++ b/php-symfony2-Form.spec @@ -84,9 +84,13 @@ install -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %check +%if 0%{?fedora} > 13 cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}/Tests cp %{SOURCE1} bootstrap.php phpunit --bootstrap bootstrap.php --verbose . +%else +: Test temporary disabled on EL +%endif %post -- cgit