On 27 January 2016 at 23:57, Stephen Warren <[email protected]> wrote: > From: Stephen Warren <[email protected]> > > The ut command prints a test failure count each time it is executed. > This is stored in a global variable which is never reset. Consequently, > the printed failure count accumulates across runs. Fix this by clearing > the counter each time "ut" is invoked. > > Signed-off-by: Stephen Warren <[email protected]> > --- > test/dm/test-main.c | 2 ++ > 1 file changed, 2 insertions(+)
Acked-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

