From a8811e0706a7e2e0272d1f2e54100b05367b4300 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 23 Jul 2020 17:16:03 +0200 Subject: [PATCH] make the output of %check human-readable again --- findutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index 1fd91aa..af74482 100644 --- a/findutils.spec +++ b/findutils.spec @@ -94,7 +94,7 @@ cd build %make_build %check -%make_build check -C build +%make_build -C build -s check %install %make_install -C build