Display all test-suite.log files on error.
This commit is contained in:
parent
29a89e725e
commit
1157082784
@ -121,7 +121,11 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check || {
|
make %{?_smp_mflags} check || {
|
||||||
cat tests/test-suite.log
|
for f in $(find -name test-suite.log); do
|
||||||
|
echo
|
||||||
|
echo "==== $f ===="
|
||||||
|
cat $f
|
||||||
|
done
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user