From 44b5dc9695999abbbd0b1a8affd6d031876c6167 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 9 May 2018 21:17:54 +0200 Subject: [PATCH] - show test-suite.log on failed tests --- libreport.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreport.spec b/libreport.spec index b6629d6..481a932 100644 --- a/libreport.spec +++ b/libreport.spec @@ -385,7 +385,7 @@ zgłaszania błędów w systemach RHEL. %{__make} %if %{with tests} -%{__make} check +%{__make} check || (cat tests/test-suite.log && /bin/false) %endif %install -- 2.43.0