diff --git a/wayland.spec b/wayland.spec index d506f07..a88c429 100644 --- a/wayland.spec +++ b/wayland.spec @@ -102,7 +102,8 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %check mkdir -m 700 tests/run -XDG_RUNTIME_DIR=$PWD/tests/run make check +XDG_RUNTIME_DIR=$PWD/tests/run make check || \ +{ rc=$?; cat tests/test-suite.log; exit $rc; } %clean rm -rf $RPM_BUILD_ROOT