Re: [PATCH v8 1/4] scanf: implicate test line in failure messages

2025-03-05 Thread Petr Mladek
On Fri 2025-02-14 11:19:58, Tamir Duberstein wrote: > This improves the failure output by pointing to the failing line at the > top level of the test. > > Signed-off-by: Tamir Duberstein I like it. It helps a lot to locate the failing test. Reviewed-by: Petr Mladek Tested-by: Petr Mladek Bes

Re: [PATCH v8 1/4] scanf: implicate test line in failure messages

2025-03-05 Thread Tamir Duberstein
On Wed, Mar 5, 2025 at 4:56 AM Petr Mladek wrote: > > On Fri 2025-02-14 11:19:58, Tamir Duberstein wrote: > > This improves the failure output by pointing to the failing line at the > > top level of the test. > > > > Signed-off-by: Tamir Duberstein > > --- > > lib/test_scanf.c | 66 > >

Re: [PATCH v8 1/4] scanf: implicate test line in failure messages

2025-03-05 Thread Petr Mladek
On Fri 2025-02-14 11:19:58, Tamir Duberstein wrote: > This improves the failure output by pointing to the failing line at the > top level of the test. > > Signed-off-by: Tamir Duberstein > --- > lib/test_scanf.c | 66 > > 1 file changed,

[PATCH v8 1/4] scanf: implicate test line in failure messages

2025-02-14 Thread Tamir Duberstein
This improves the failure output by pointing to the failing line at the top level of the test. Signed-off-by: Tamir Duberstein --- lib/test_scanf.c | 66 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/lib/test_scanf.c b/li