tests: drop ppc64 workaround, print failed test results if any
This commit is contained in:
parent
1b92cb04d2
commit
93c09d843f
@ -96,10 +96,9 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
|
|||||||
# empty
|
# empty
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifarch ppc64
|
result=0
|
||||||
make check V=1 KDIR="%kdir" || echo "Warning: bypass boo#897845"
|
make check V=1 KDIR="%kdir" || result=$?
|
||||||
%else
|
find . -name test-suite.log | xargs cat
|
||||||
make check V=1 KDIR="%kdir"
|
exit $result
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -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>
|
Thu Mar 6 09:22:40 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user