On Tue, Sep 13, 2016 at 10:20:54AM +0200, Andreas Beckmann wrote: > On 2016-09-13 08:32, Pavel Raiskup wrote: > > On Saturday, September 10, 2016 10:43:59 PM CEST Bdale Garbee wrote: > >> Andreas Beckmann <a...@debian.org> writes: > >> > >>> 30: --numeric-owner basic tests FAILED > >>> (numeric.at:29) > >> > >> I'm unlikely to find time to investigate this soon. Help figuring out > >> what's going wrong and how to fix it would be appreciated. > > > > Relevant part of test-suite log? > > Unfortunately I cannot reproduce the failure on the kfreebsd > porterboxes, so I requested a give-back to retry the build. > > Bdale, perhaps you could use > > $(MAKE) check || { cat tests/testsuite.log; false; } > > to dump the testsuite log upon failure.
Hi Bdale, Ping; this is still an issue (I couldn't reproduce on falla either so requested a give-back which failed before seeing this bug). An alternative to that is to use TESTSUITEFLAGS: > $(MAKE) check TESTSUITEFLAGS=-v This is extremely verbose, but logs are only really interesting when something needs debugging, so I don't see that as an issue myself (though you may disagree). Do you think you'd be able to prepare an upload with this, please (experimental is fine if you want to leave unstable alone)? Regards, James