Control: reopen -1 I'm reopening this bug because the current package in Debian Unstable still has || true at the end of the dh_auto_test lines which means that test failures are ignored. It looks like a few of the tests pass sometimes but not reliably.
I think dh_auto_test should fail the build when build tests fail so in Salsa, I removed || true I had also removed your -j1 change because from what I can see, parallel running doesn't increase the failure rate. However, I restored dh_auto_test --no-parallel because you complained and because it makes it easier to read the failing test logs. I did notice that s390x appears to have at least one additional test failure compared to other release architectures. I updated debian/rules to ignore s390x build test failures since it is an irrelevant architecture for Debian Lomiri's needs. One workaround is to skip individual tests that aren't reliable. Thank you, Jeremy Bícha

