Commit Graph

3 Commits

Author SHA1 Message Date
Jonathan Gamble
736ee40db0 test-web: Dont leak captured fds when a helper process dies 2026-04-21 20:01:41 +02:00
Jonathan Gamble
1af74d1a7c test-web: Capture all browser and helper process output
This prevents glitches where stale test status lines can bleed above
the live display list. Log this additional captured output so it can
be reviewed if a main or helper process failure is suspected.
2026-04-15 17:09:50 +02:00
Jonathan Gamble
be7266326c test-web: Consolidate output capture handling
Use files instead of buffers. Consolidate stderr and stdout into one
view. Break handling out into TestRunCapture and CaptureFile helper
classes. We will use them to log output from ALL processes in the next
commit.
2026-04-15 17:09:50 +02:00