<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 10, 2017 at 10:14 AM, Vladimir Gordeev <span dir="ltr"><<a href="mailto:gordeev.vladimir.v@gmail.com" target="_blank">gordeev.vladimir.v@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><div dir="ltr">Well, it's possible to start your own Erlang IO server, start it in ct 
hook during init, and then make it as a group leader for root ct 
process.<br><br><a href="http://erlang.org/doc/apps/stdlib/io_protocol.html" target="_blank">http://erlang.org/doc/apps/std<wbr>lib/io_protocol.html</a><br><br>So just start your own process that handles io_reply, io_request, and then<br><br>erlang:group_leader(MyCustomIO<wbr>ServerPid, CtRootPid),</div></div></div></blockquote><div><br></div><div><br></div><div>Have you tried to do it?</div></div></div></div>