make the output of %check more verbose

... and colorful again in case a tty is attached
This commit is contained in:
Kamil Dudka 2020-07-24 18:43:26 +02:00
parent a8811e0706
commit b0ca54752d
1 changed files with 1 additions and 1 deletions

View File

@ -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