Skip to content
Snippets Groups Projects
Commit 1cd6b003 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

distro/rpm: add 'V=1' to 'make check' to print failed tests result

parent 70dc4a5c
No related branches found
No related tags found
No related merge requests found
Pipeline #85372 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment