From b79fadac09cf10a2e5b588074d8732499e4f87ad Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 31 Jul 2017 14:50:20 +0100 Subject: [PATCH] Fix previous commit. --- virt-what.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/virt-what.spec b/virt-what.spec index 3f17cb8..17a4628 100644 --- a/virt-what.spec +++ b/virt-what.spec @@ -92,8 +92,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %check -make check || { cat test-suite.log; exit 1 } - +if ! make check ; then + cat test-suite.log + exit 1 +fi %files %doc README COPYING