test: Support tests which can only be run manually
[platform/kernel/u-boot.git] / arch / sandbox / cpu / spl.c
index 1d49a9b..9c59cc2 100644 (file)
@@ -89,7 +89,7 @@ void spl_board_init(void)
                int ret;
 
                ret = ut_run_list("spl", NULL, tests, count,
-                                 state->select_unittests, 1);
+                                 state->select_unittests, 1, false);
                /* continue execution into U-Boot */
        }
 }