SHA256
1
0
forked from pool/kmod

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

Merged
jengelh merged 1 commits from michals/kmod:master into master 2025-03-12 17:32:56 +01:00
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>