[erlang-questions] How to capture all output to console during Common Test?

Max Lapshin max.lapshin@REDACTED
Tue Jun 13 21:56:20 CEST 2017


On Sat, Jun 10, 2017 at 10:14 AM, Vladimir Gordeev <
gordeev.vladimir.v@REDACTED> wrote:

> 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.
>
> http://erlang.org/doc/apps/stdlib/io_protocol.html
>
> So just start your own process that handles io_reply, io_request, and then
>
> erlang:group_leader(MyCustomIOServerPid, CtRootPid),
>


Have you tried to do it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170613/46a60637/attachment.htm>


More information about the erlang-questions mailing list