fix %check, but do not enable yet

f41
David Tardon 13 years ago
parent 57327c24e4
commit cd0fddfec6

@ -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 install-gdb-printers -a %{_datadir}/gdb/auto-load%{baseinstdir} -c -i %{baseinstdir} -p %{_datadir}/libreoffice/gdb
# FIXME enable again %check
# %%check unset WITH_LANG
# TODO: get rid of this # work around flawed accessibility check
# . ./config_host.mk.source export JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY="1"
# cd smoketestoo_native # TODO is the timeout still needed?
# unset WITH_LANG # FIXME find what is the problem
#JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY="1" works around flawed accessibility check # timeout -k 2m 2h make smoketest.subsequentcheck VERBOSE=t
#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
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT

Loading…
Cancel
Save