Fix %check for failures
Run all the tests, even if some fail, and print all of the test-suite.log files.
This commit is contained in:
parent
707414b213
commit
ae3471150b
@ -99,8 +99,8 @@ make
|
||||
|
||||
|
||||
%check
|
||||
if ! make check ; then
|
||||
cat test-suite.log
|
||||
if ! make -k check ; then
|
||||
find -name test-suite.log -exec cat {} \;
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user