diff --git a/wayland.spec b/wayland.spec index dfaebb6..06b34f7 100644 --- a/wayland.spec +++ b/wayland.spec @@ -83,10 +83,8 @@ chrpath -d $RPM_BUILD_ROOT%{_libdir}/libwayland-cursor.so %check mkdir -m 700 tests/run -# known failure in i686 koji (not always, but sometimes?): -# resources-test, test "destroy_res_tst": signal 11, fail XDG_RUNTIME_DIR=$PWD/tests/run make check || \ -{ rc=$?; cat tests/test-suite.log; } # exit $rc; } +{ rc=$?; cat test-suite.log; exit $rc; } %post -n libwayland-client -p /sbin/ldconfig