]> git.sur5r.net Git - u-boot/blobdiff - test/dm/test-main.c
arm: socfpga: Restructure clock manager driver
[u-boot] / test / dm / test-main.c
index 91bdda83ab36a2ee6600cf2132379d27f9f06c12..f2e0048143874549750b61342378c117f0d85363 100644 (file)
@@ -81,6 +81,8 @@ static int dm_test_main(const char *test_name)
        struct unit_test *test;
        int run_count;
 
+       uts->fail_count = 0;
+
        /*
         * If we have no device tree, or it only has a root node, then these
         * tests clearly aren't going to work...