Fixed skipped tests not being reported
This commit is contained in:
parent
7a00d206dc
commit
795f2d28da
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ static void run_test(struct criterion_global_stats *stats,
|
|||
stat_push_event(stats,
|
||||
suite_stats,
|
||||
test_stats,
|
||||
&(struct event) { .kind = PRE_TEST });
|
||||
&(struct event) { .kind = PRE_INIT });
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue