Re: [U-Boot] [PATCH 7/9] log: Add tests for the new log features

2018-01-26 Thread Simon Glass
On 28 December 2017 at 13:14, Simon Glass wrote: > Add a test of the 'log format' and 'log rec' commands. This also covers > things like log_get_cat_by_name(), since they are used by these commands. > Fix a style nit in the tests also. > > Signed-off-by: Simon Glass > --- > > test/py/tests/test_

[U-Boot] [PATCH 7/9] log: Add tests for the new log features

2017-12-28 Thread Simon Glass
Add a test of the 'log format' and 'log rec' commands. This also covers things like log_get_cat_by_name(), since they are used by these commands. Fix a style nit in the tests also. Signed-off-by: Simon Glass --- test/py/tests/test_log.py | 28 +++- 1 file changed, 27 ins