On 27/11/18 19:49, Marc-André Lureau wrote: > good catch! makes me wonder if g_test_message() is supposed to be > usable in a subprocess.. Let see the review comments on upstream bug. > At least, documentation should be updated. > > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com>
Considering that GLib goes to great lengths to pass the test log fd as --GTestFD, it definitely should. So the alternative is not that that documentation should be updated, the test log file descriptor should not be passed. Paolo