Re: [PATCH v3 10/23] test: log: Give tests names instead of numbers

2020-11-03 Thread Simon Glass
On Sat, 17 Oct 2020 at 12:08, Sean Anderson wrote: > > Now that the log test command is no more, we can give the log tests proper > names. > > Signed-off-by: Sean Anderson > --- > > Changes in v3: > - New > > test/log/log_test.c | 48 ++--- > 1 file change

[PATCH v3 10/23] test: log: Give tests names instead of numbers

2020-10-17 Thread Sean Anderson
Now that the log test command is no more, we can give the log tests proper names. Signed-off-by: Sean Anderson --- Changes in v3: - New test/log/log_test.c | 48 ++--- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/test/log/log_test.c b/