On 2016-09-13 08:32, Pavel Raiskup wrote:
> On Saturday, September 10, 2016 10:43:59 PM CEST Bdale Garbee wrote:
>> Andreas Beckmann <[email protected]> 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.
Andreas