[PATCH i-g-t 0/1] lib/igt_core: capture logs for child processes

Pawel Sikora pawel.sikora at linux.intel.com
Thu Mar 13 12:50:03 UTC 2025


Add a fix for proper log collection from child processes by the IGT runner.

This change addresses the issue of missing logs for child
processes in the IGT runner:
https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2178

The '_igt_log_buffer_dump()' function is now called before
exiting child processes, ensuring that logs are properly
captured and not lost when IGT fails and child processes
dump logs before exiting.

Also, removing unnecessary comment about silent exit.

Pawel Sikora (1):
  lib/igt_core: capture logs for child processes

 lib/igt_core.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
2.34.1



More information about the igt-dev mailing list