From c3253fe18be692ce99251aeb7639f3684ed809ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2012 10:11:17 +0200 Subject: php-symfony2-Validator: Test temporary disabled on EL --- php-symfony2-Validator.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php-symfony2-Validator.spec') 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 -- cgit