Files
ladybird/Tests/LibWeb/test-web
Timothy Flynn ba5c254fde test-web: Always capture stdout/stderr and optionally tee output
I added the VERBOSITY_LEVEL_LOG_TEST_OUTPUT level for the case where I
run test-web with a filter for a single file, in which case I want to
just see the test output in the terminal. But for CI, we want to always
capture output for the uploaded test artifacts.

This patch changes this verbosity level to instead tee the output. So
we always create the results artifacts with all logs, and optionally
echo the received output.
2026-02-07 07:25:50 -05:00
..