Test worker should bypass atexit hooks

This commit is contained in:
Snaipe 2015-02-05 18:17:11 +01:00
parent 7db8b3f413
commit 1d6eccc69e

View file

@ -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);