From b0ca54752d3897f2b84bcf7ca2fba4c225afdc0a Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 24 Jul 2020 18:43:26 +0200 Subject: [PATCH] make the output of %check more verbose ... and colorful again in case a tty is attached --- findutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index af74482..033f4a0 100644 --- a/findutils.spec +++ b/findutils.spec @@ -94,7 +94,7 @@ cd build %make_build %check -%make_build -C build -s check +make %{?_smp_mflags} check -C build V=1 %install %make_install -C build