On 09/04/2018 12:50 PM, Frediano Ziglio wrote:
>>
>> On 09/03/2018 01:34 PM, Frediano Ziglio wrote:
>>> Meson waits for pipes (stdout and stderr) to be not readable but
>>> our mocking helper does not close these handles causing Meson
>>> to give some problems.
>>>
>>
>> Can you elaborate on the "s
>
> On 09/03/2018 01:34 PM, Frediano Ziglio wrote:
> > Meson waits for pipes (stdout and stderr) to be not readable but
> > our mocking helper does not close these handles causing Meson
> > to give some problems.
> >
>
> Can you elaborate on the "some problems"? Also this patch looks more
> like
On 09/03/2018 01:34 PM, Frediano Ziglio wrote:
> Meson waits for pipes (stdout and stderr) to be not readable but
> our mocking helper does not close these handles causing Meson
> to give some problems.
>
Can you elaborate on the "some problems"? Also this patch looks more
like a workaround from
Meson waits for pipes (stdout and stderr) to be not readable but
our mocking helper does not close these handles causing Meson
to give some problems.
Signed-off-by: Frediano Ziglio
---
tests/usb-acl-helper.c | 8
1 file changed, 8 insertions(+)
diff --git a/tests/usb-acl-helper.c b/tes