openSUSE / Mojo-IOLoop-ReadWriteProcess

Execute external programs or internal code blocks as separate process
Other
10 stars 13 forks source link

Fix regressions of PR#22 #24

Closed cfconrad closed 2 years ago

cfconrad commented 2 years ago

This fix the regressions introduced by https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess/pull/22

foursixnine commented 2 years ago

@Martchus it's already there... this fixes the infinite loop that blocks #23

cfconrad commented 2 years ago

No, unfortuantly I didn't give much on the tests... Actually I thought there will be a pipeline somewhere which complains. Now I know better...

cfconrad commented 2 years ago

Now this run successful for me

#!/bin/bash -xe
for i in t/*.t; do echo $i;prove -I lib/ -v -m $i; done