SHA256
1
0
forked from pool/kmod

tests: drop ppc64 workaround, print failed test results if any

This commit is contained in:
Michal Suchanek 2025-03-12 17:08:54 +01:00
parent 1b92cb04d2
commit 93c09d843f
2 changed files with 9 additions and 5 deletions

View File

@ -96,10 +96,9 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
# empty
%check
%ifarch ppc64
make check V=1 KDIR="%kdir" || echo "Warning: bypass boo#897845"
%else
make check V=1 KDIR="%kdir"
%endif
result=0
make check V=1 KDIR="%kdir" || result=$?
find . -name test-suite.log | xargs cat
exit $result
%changelog

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 12 16:03:22 UTC 2025 - Michal Suchanek <msuchanek@suse.de>
- tests: drop ppc64 workaround, print failed test results if any
-------------------------------------------------------------------
Thu Mar 6 09:22:40 UTC 2025 - Jan Engelhardt <jengelh@inai.de>