From 98669cf16c334f600809b9e6ab2bb75940cb3411 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 23 Jul 2020 17:14:04 +0200 Subject: [PATCH] make the output of %check human-readable again --- logrotate.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logrotate.spec b/logrotate.spec index 1c9ef87..10a3daa 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -52,7 +52,7 @@ mkdir build && cd build %make_build %check -%make_build -C build check +%make_build -C build -s check %install %make_install -C build