On Mon, 19 Jan 2026 at 12:56, Bruce Richardson <[email protected]> wrote: > > To help track down issues reported by CI test runs, add some additional > meson flags to the run of the fast-tests: > > --no-stdsplit: > keep the stdout and stderr output interleaved, rather > than separated in the logs, to make following what is happening during > a test run easier. > --print-errorlogs: > when an error with a unit test does occur, output to the terminal the > last N lines of output. This allows us to see inline what may have > failed without always needing to check log files. > > Signed-off-by: Bruce Richardson <[email protected]>
Thanks, logs are easier to read like this. Applied. -- David Marchand

