commit | fcebff53de04579d971bd45c3192b7459039b406 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Jan 27 23:57:46 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 28 21:01:24 2016 -0700 |
tree | 8bcbfeb8acc6eb186a52e1967d965df58bbcc894 | |
parent | 71a68fd7d78755db013a4a1a79c98ddcc12d0526 [diff] |
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>