re-enable some tests

f41
David Tardon 9 years ago
parent 300695674c
commit 79e6cdec2f

@ -976,16 +976,11 @@ git commit -q -a -m 'add Red Hat colors to palette'
# apply patches
git am %{patches}
sed -i -e /CppunitTest_sw_ooxmlimport/d -e /CppunitTest_sw_ooxmlexport7/d sw/Module_sw.mk
sed -i -e /CppunitTest_sw_ooxmlexport7/d sw/Module_sw.mk
# fails on i686 because of ICU
rm -f writerperfect/qa/unit/data/writer/libe-book/pass/PeanutPress.pdb
git commit -q -a -m 'temporarily disable failing tests'
%ifarch %{arm}
sed -i -e /CppunitTest_sw_ooxmlexport/d -e /CppunitTest_sw_ooxmlexport2/d -e /CppunitTest_sw_filters_test/d -e /CppunitTest_sw_rtfexport/d sw/Module_sw.mk
git commit -q -a -m 'disable tests segfaulting on arm'
%endif
# Seeing .git dir makes some of the build tools change their behavior.
# We do not want that. Note: it is still possible to use
# git --git-dir=.git-rpm

Loading…
Cancel
Save