[libreoffice] fix %check, but do not enable yet

David Tardon dtardon at fedoraproject.org
Sat Jun 30 13:58:13 UTC 2012


commit cd0fddfec63ad1beab31922f55f0ec71e5f0f9ea
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Jun 28 14:35:45 2012 +0200

    fix %check, but do not enable yet

 libreoffice.spec |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index e996aba..a026977 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1230,15 +1230,13 @@ export DESTDIR=$RPM_BUILD_ROOT
 install-gdb-printers -a %{_datadir}/gdb/auto-load%{baseinstdir} -c -i %{baseinstdir} -p %{_datadir}/libreoffice/gdb
 
 
-# FIXME enable again
-# %%check
-# TODO: get rid of this
-# . ./config_host.mk.source
-# cd smoketestoo_native
-# unset WITH_LANG
-#JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY="1" works around flawed accessibility check
-#SAL_USE_VCLPLUGIN="svp" uses the headless plugin for these tests
-# JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY="1" SAL_USE_VCLPLUGIN="svp" timeout -k 2m 2h build.pl
+%check
+unset WITH_LANG
+# work around flawed accessibility check
+export JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY="1"
+# TODO is the timeout still needed?
+# FIXME find what is the problem
+# timeout -k 2m 2h make smoketest.subsequentcheck VERBOSE=t
 
 %clean
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list