On 2017-12-22 06:07 AM, Pádraig Brady wrote:
On 22/12/17 05:30, Assaf Gordon wrote:
To investigate further, the builds are on the GCC compiler farm
(gcc119.fsffrance.org) in
>
I've not had access to the compile farm in years,
even though I've requested a few times to have
my ssh keys reinstated :(
They recently reworked the entire infrastructure,
and now you can add/update your own SSH keys (assuming your user still
exists in their DB), here:
https://cfarm.tetaneutral.net
Does this avoid one of the failures?
diff --git a/tests/tail-2/pipe-f.sh b/tests/tail-2/pipe-f.sh
[...]
-returns_ 1 timeout 10 tail -f $mode $fastpoll /dev/null >&- || fail=1
+(returns_ 1 timeout 10 tail -f $mode $fastpoll /dev/null >&-) || fail=1
Yes,
with this change the "pipe-f" test passes.
regards,
- assaf