From 31187ddafb99cf30653d9eb7a07ca81b2e5447b6 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 20 May 2015 16:58:19 +0200 Subject: [PATCH] disable hanging test on rhel-6 --- libreoffice.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index b4e2ab9..44e80d4 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1186,6 +1186,9 @@ cp -r translations/source/en-GB translations/source/ms cp -r translations/source/en-GB translations/source/ur git add -A git commit -q -a -m 'fix translations' + +sed -i -e /CppunitTest_lotuswordpro_test_lotuswordpro/d lotuswordpro/Module_lotuswordpro.mk +git commit -q -a -m 'disable hanging test' %endif # Seeing .git dir makes some of the build tools change their behavior.