Re: [PATCH v6 02/10] test-lib-functions: improve diagnostic output for trace2 data assertions
Kristofer Karlsson <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <CAL71e4Mc5b8rqD_x=0XPvrF9NtNw6Y_twrdwJAF5vE3sWtkzOA@mail.gmail.com> |
On Sat, 25 Jul 2026 at 13:29, René Scharfe <[email protected]> wrote: > > > + case "$actual" in > > + *" > > +"*) > > Nit: You could use $LF here instead of this two-line string. Good catch. I had missed that convention but now when I look at the codebase it does look obvious. Will fix for v7. Thanks, Kristofer