> > if the tests don't break the buildd, it would be better to run those and > > ignore > > the test results.
> Based on this suggestion, I'm tagging this unblock request moreinfo for now. > Please either do a new upload with this change, or if you believe this version > should be unblocked anyway, please explain this and remove the moreinfo tag. Hello. The attached patch is now applied on all release architectures. Thanks.
diff -Nru adacontrol-1.20r7/debian/changelog adacontrol-1.20r7/debian/changelog --- adacontrol-1.20r7/debian/changelog 2019-01-13 12:12:45.000000000 +0100 +++ adacontrol-1.20r7/debian/changelog 2019-04-11 10:45:47.000000000 +0200 @@ -1,3 +1,15 @@ +adacontrol (1.20r7-3) unstable; urgency=medium + + * Ignore tests, but let them produce a log as suggested in #926747. + + -- Nicolas Boulenguez <nico...@debian.org> Thu, 11 Apr 2019 10:45:47 +0200 + +adacontrol (1.20r7-2) unstable; urgency=medium + + * Disable tests, lowering the severity of #924835. + + -- Nicolas Boulenguez <nico...@debian.org> Thu, 04 Apr 2019 21:13:55 +0200 + adacontrol (1.20r7-1) unstable; urgency=medium * New upstream release. diff -Nru adacontrol-1.20r7/debian/rules adacontrol-1.20r7/debian/rules --- adacontrol-1.20r7/debian/rules 2019-01-13 12:01:50.000000000 +0100 +++ adacontrol-1.20r7/debian/rules 2019-04-11 10:45:47.000000000 +0200 @@ -54,7 +54,11 @@ override_dh_auto_test-arch: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES))) - cd test && sh run.sh +# Ignore build-time tests so that the severity of #924835 can be +# lowered and the package accepted into buster. An actual fix +# requires a bit more time and probably a longer diff. +# Produce the log nevertheless. + -cd test && sh run.sh endif override_dh_auto_clean:: rm -fr test/res