diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-15 16:24:43 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-15 16:24:43 +0100 |
commit | 0fd9c96d5332701b4f8cd3e121d40708d52c8d34 (patch) | |
tree | e6a3c1b3a2f20ea6406cc95284932980063231bb | |
parent | d6d8bd26112e74614b98264537f278b6944f38b1 (diff) |
composer: ignore 1 test on EL-5
-rw-r--r-- | composer.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.spec b/composer.spec index 68cd0c1..9223129 100644 --- a/composer.spec +++ b/composer.spec @@ -190,6 +190,10 @@ install -Dpm 755 bin/%{name} %{buildroot}%{_bindir}/%{name} %check %if %{with_tests} +%if 0%{?rhel} == 5 +rm tests/Composer/Test/Downloader/XzDownloaderTest.php +%endif + : Run test suite export BUILDROOT=%{buildroot} %{_bindir}/phpunit --include-path %{buildroot}%{_datadir}/php --verbose |