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
|
||||
|
||||
%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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user