Print log on make check failure
Fix the location of the log to be printed in case of failure of make check. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
parent
60e84e58fc
commit
e334a543f5
@ -134,7 +134,7 @@ autoreconf -v
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
make check VERBOSE=yes || { cat testsuite.log ; false ; }
|
make check VERBOSE=yes || { cat tests/testsuite.dir/*/testsuite.log ; false ; }
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user