From 1cd6b00336ef26789113f4ae2ab5c6b9738b1527 Mon Sep 17 00:00:00 2001
From: Daniel Salzman <daniel.salzman@nic.cz>
Date: Tue, 13 Jul 2021 19:03:06 +0200
Subject: [PATCH] distro/rpm: add 'V=1' to 'make check' to print failed tests
 result

---
 distro/pkg/rpm/knot.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distro/pkg/rpm/knot.spec b/distro/pkg/rpm/knot.spec
index 254d6805d3..abff531aee 100644
--- a/distro/pkg/rpm/knot.spec
+++ b/distro/pkg/rpm/knot.spec
@@ -195,7 +195,7 @@ install -d -m 0770 -D %{buildroot}%{_sharedstatedir}/knot
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make check
+V=1 make check
 
 %pre
 getent group knot >/dev/null || groupadd -r knot
-- 
GitLab