From dac998c7b5ae12944f89380a36bedfe5f588ad14 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 31 Aug 2016 08:14:07 +0200 Subject: [PATCH] Fix showing the test log when tests fail --- wayland.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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