diff options
-rw-r--r-- | php-symfony2-Validator.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-symfony2-Validator.spec b/php-symfony2-Validator.spec index 68a250c..86717af 100644 --- a/php-symfony2-Validator.spec +++ b/php-symfony2-Validator.spec @@ -86,9 +86,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 |