[Issue #11] Fixed coverage not being made for forked children
This commit is contained in:
parent
ffefdbb83b
commit
0782f9a89d
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ int criterion_run_all_tests(void) {
|
|||
unset_runner_process();
|
||||
|
||||
if (res == -1) // if this is the test worker terminating
|
||||
_Exit(0);
|
||||
exit(0);
|
||||
|
||||
return criterion_options.always_succeed || res;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue