From 19339abd644be347c9515e819a8defca6d3078ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 24 Dec 2016 09:50:24 +0100 Subject: composer: clean test suite --- composer.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index bdffa8a..62d71e9 100644 --- a/composer.spec +++ b/composer.spec @@ -210,11 +210,15 @@ install -Dpm 755 bin/%{name} %{buildroot}%{_bindir}/%{name} %check %if %{with_tests} +# remirepo:4 %if 0%{?rhel} == 5 rm tests/Composer/Test/Downloader/XzDownloaderTest.php %endif -sed -e 's/testDispatcherCanConvertScriptEventToCommandEventForListener/SKIP1/' \ - -i tests/Composer/Test/EventDispatcher/EventDispatcherTest.php +if [ "$(whoami)" != "remi" ]; then +: Online tests +rm tests/Composer/Test/Util/RemoteFilesystemTest.php +# remirepo:1 +fi : Ensure not used rm -rf res -- cgit