diff --git a/apps/tests.c b/apps/tests.c index 1940d6bf..079bb0bc 100644 --- a/apps/tests.c +++ b/apps/tests.c @@ -624,6 +624,7 @@ static int chiefmastertest(void) kprintf("======================================================\n"); kprintf("Master Chief test case results:\n"); for (i = 0; i < tests; i++) { + current = &testcases[i]; #ifdef CONFIG_ROCKCREEK tmpval = 0; for (j=0; j < RCCE_NP; j++)