diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-07 10:11:17 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-07 10:11:17 +0200 |
commit | c3253fe18be692ce99251aeb7639f3684ed809ef (patch) | |
tree | a9d5d88720da2e5cd0a8ccedc556eb4231209650 /php-symfony2-Validator.spec | |
parent | ea44530ffca4c77d7a11fe6c690290a62b1868b5 (diff) |
php-symfony2-Validator: Test temporary disabled on EL
Diffstat (limited to 'php-symfony2-Validator.spec')
-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 |