test/dm: clear unit test failure count each run
authorStephen Warren <swarren@nvidia.com>
Thu, 28 Jan 2016 06:57:46 +0000 (23:57 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:24 +0000 (21:01 -0700)
commit26e1beccbeb82ce7a4713ad899eb34b795228891
tree8bcbfeb8acc6eb186a52e1967d965df58bbcc894
parentd20e5e976f70bd2e230787091a88278dfe6e5192
test/dm: clear unit test failure count each run

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 <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/dm/test-main.c