<div dir="ltr">yeah, /dev/ptmx would mean we'd need something for macOS... but it occurred to me overnight (the benefit of sleep!) that since the problem is that we're running these over adb without a pty, and adb has all of "pty if you're on a tty/never pty/always pty", i can just tell adb i really need a pty no matter what.<div><br></div><div>i've uploaded a CL to make that change to run-tests-on-android.sh, and will see how that gets on...</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 23, 2020 at 10:53 PM Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 1/23/20 11:27 PM, enh wrote:<br>
> Can we use /dev/ptmx to get a pty and use that? I'll try that in the PST morning<br>
> if you haven't done it yourself or explained why it doesn't work by then 😀<br>
<br>
Happy to, if you're sure /dev/ptmx is there on the system you're running the<br>
test on? (Half the problem is I dunno what's generic enough to be there on<br>
target. I'm assuming /proc/self exists, but the files in there are of dubious<br>
utility for this. There's a /dev/full and /dev/zero but no /dev/blocks, which<br>
seems an oversight.)<br>
<br>
Rob<br>
</blockquote></div>