Comment # 1 on bug 935887 from
a bypass to ignore make check error would be to add -k in spec file
(this is something done in fedora since 2006)
===
$osc diff
Index: gpg2.spec
===================================================================
--- gpg2.spec   (revision 92)
+++ gpg2.spec   (working copy)
@@ -139,7 +139,7 @@

 %check
 %if ! 0%{?qemu_user_space_build}
-make check
+make -k check
 %endif

 %post
===


You are receiving this mail because: