summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-07 10:26:29 +0200
committerRemi Collet <fedora@famillecollet.com>2012-10-07 10:26:29 +0200
commitb851d69fc51df6dbc2ff348fec1d0b885c7b10bd (patch)
tree232dadd4d3edf9a6c7671a97dac9e468802bde3a
parentac895403aed1af4a9f05521445b8e34bd520b716 (diff)
php-symfony2-Form: Test temporary disabled on EL :(
-rw-r--r--php-symfony2-Form.spec4
1 files changed, 4 insertions, 0 deletions
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