[Debian-science-sagemath] Sponsors needed for last uploads before stable freeze

Tobias Hansen thansen at debian.org
Wed Jan 25 11:49:11 UTC 2017


On 01/24/2017 11:02 PM, Tobias Hansen wrote:
> On 01/24/2017 08:54 AM, Ximin Luo wrote:
>> Tobias Hansen:
>>> Thanks for taking care of it, uploaded. The RC bug was already filed
>>> though...
>>>
>>
>> ACK. I'm running a few more builds now, to collect more data. The failure is random so the data will help me think of the best way to suppress it without completely making the tests pointless.
>>
>> X
>>
> 
> So you mean the line in the end of ptestlong.log is random? Isn't it
> just a matter of allowing the string 'wigner.py  # Timed out' in
> addition to the '# [^0-9]' in failed-tests-total?
> 
> Best,
> Tobias
> 

I tried to change the line accordingly but I'm struggling a bit with the
syntax of this:

	$(FAILED_TESTS) | { ! grep '# [^0-9]'; }

This does not work:

	$(FAILED_TESTS) | { ! grep '# [^0-9]\|wigner.py  # Timed out'; }

Best,
Tobias



More information about the Debian-science-sagemath mailing list