Re: [PATCH] test: Fix the help for the ut command

2023-08-23 Thread Tom Rini
On Sun, Aug 13, 2023 at 12:16:41AM +0200, Marek Vasut wrote: > Drop the 'ut' prefix, this is superfluous and not present in > any of the other ut tests. > > Signed-off-by: Marek Vasut > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] test: Fix the help for the ut command

2023-08-13 Thread Simon Glass
On Sat, 12 Aug 2023 at 16:16, Marek Vasut wrote: > > Drop the 'ut' prefix, this is superfluous and not present in > any of the other ut tests. > > Signed-off-by: Marek Vasut > --- > Cc: Heinrich Schuchardt > Cc: Linus Walleij > Cc: Simon Glass > Cc: Stephen Carlson > --- > test/cmd_ut.c | 2

[PATCH] test: Fix the help for the ut command

2023-08-12 Thread Marek Vasut
Drop the 'ut' prefix, this is superfluous and not present in any of the other ut tests. Signed-off-by: Marek Vasut --- Cc: Heinrich Schuchardt Cc: Linus Walleij Cc: Simon Glass Cc: Stephen Carlson --- test/cmd_ut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmd_