Test worker should bypass atexit hooks
This commit is contained in:
parent
7db8b3f413
commit
1d6eccc69e
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ static void run_test(struct criterion_test *test) {
|
|||
setup_child(&fds);
|
||||
|
||||
run_test_child(test);
|
||||
exit(0);
|
||||
_exit(0);
|
||||
} else {
|
||||
struct criterion_test_stats stats = { .test = test };
|
||||
close(fds.out);
|
||||
|
|
Loading…
Add table
Reference in a new issue