<div dir="ltr">Thanks Aaron, Bruce, <div><br></div><div>Yes, we have our own build and unit test scripts in Jenkins that we should update to align with the above.</div><div><br></div><div>Matt, please go ahead and add these flags and send a jenkins PR. The one exception to this will be the special pipeline for running unit tests on aarch32, since that needs to be run from dpdk-test directly, instead of using meson test. So, you don't need to modify that aarch32 pipeline.</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Jan 20, 2026 at 8:19 AM Aaron Conole <<a href="mailto:aconole@redhat.com">aconole@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Bruce Richardson <<a href="mailto:bruce.richardson@intel.com" target="_blank">bruce.richardson@intel.com</a>> writes:<br>
<br>
> To help track down issues reported by CI test runs, add some additional<br>
> meson flags to the run of the fast-tests:<br>
><br>
> --no-stdsplit:<br>
> keep the stdout and stderr output interleaved, rather<br>
> than separated in the logs, to make following what is happening during<br>
> a test run easier.<br>
> --print-errorlogs:<br>
> when an error with a unit test does occur, output to the terminal the<br>
> last N lines of output. This allows us to see inline what may have<br>
> failed without always needing to check log files.<br>
><br>
> Signed-off-by: Bruce Richardson <<a href="mailto:bruce.richardson@intel.com" target="_blank">bruce.richardson@intel.com</a>><br>
> ---<br>
> V2: Drop max-lines flag, since it's only introduced in very recent meson<br>
> versions.<br>
> ---<br>
<br>
Thanks for working on this. I guess when we bump our meson support<br>
version we could re-introduce the max-lines flag (looks like it was<br>
added in 1.5.0 based on reading the notes).<br>
<br>
Acked-by: Aaron Conole <<a href="mailto:aconole@redhat.com" target="_blank">aconole@redhat.com</a>><br>
<br>
CC'ing Patrick and the CI list - just in case any of the labs have any<br>
special processing when they pull error logs.<br>
<br>
</blockquote></div>