From da4be42ee220c4822213e3032181a43e86fe0b64 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 31 Jul 2017 14:42:21 +0100 Subject: [PATCH] =?UTF-8?q?If=20=E2=80=98make=20check=E2=80=99=20fails,=20?= =?UTF-8?q?dump=20=E2=80=98test-suite.log=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virt-what.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virt-what.spec b/virt-what.spec index 0632106..3f17cb8 100644 --- a/virt-what.spec +++ b/virt-what.spec @@ -92,7 +92,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %check -make check +make check || { cat test-suite.log; exit 1 } %files @@ -107,6 +107,7 @@ make check - New upstream version 1.16. - Add upstream patch which completes support for AWS. - Update RPM description section with complete list of supported guests. +- If ‘make check’ fails, dump ‘test-suite.log’. * Thu Jul 27 2017 Fedora Release Engineering - 1.15-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild