Print error logs if tests fail

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-07-09 09:54:04 +02:00
parent c432921859
commit 4f458499a5
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ EOF
%check
%if %{with tests}
meson test -C %{_vpath_builddir} -t 6
meson test -C %{_vpath_builddir} -t 6 --print-errorlogs
%endif
#############################################################################################