Source: leveldb Version: 1.14.0-3 Severity: wishlist Tags: patch I understand that currently post-build tests are allowed to fail on all architectures due to problems on "mips". This is overkill and with the following (sample) code we can isolate override_dh_auto_test and ignore failure(s) only on affected architecture:
override_dh_auto_test: ifeq ($(DEB_BUILD_ARCH),mips) @echo "======== will not abort on test(s) failure ========" -dh_auto_test else dh_auto_test endif Please consider making tests fatal on supported architectures. LevelDB is critical for some applications so I hope that running tests suite might help to build more confidence in LevelDB's correct functioning. Thanks. -- Regards, Dmitry Smirnov GPG key : 4096R/53968D1B -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org