|
@@ -149,8 +149,9 @@ int main(int argc, char *argv[])
|
|
|
if (verbose)
|
|
if (verbose)
|
|
|
printf("Compulsory tests:\n");
|
|
printf("Compulsory tests:\n");
|
|
|
list_for_each(&tests, i, list)
|
|
list_for_each(&tests, i, list)
|
|
|
- if (!i->total_score && !run_test(i, summary, NULL, NULL, m))
|
|
|
|
|
- exit(1);
|
|
|
|
|
|
|
+ if (!i->total_score)
|
|
|
|
|
+ if (!run_test(i, summary, &score, &total_score, m))
|
|
|
|
|
+ exit(1);
|
|
|
|
|
|
|
|
if (verbose)
|
|
if (verbose)
|
|
|
printf("\nNormal tests:\n");
|
|
printf("\nNormal tests:\n");
|