diff --git a/lib/drmtest.c b/lib/drmtest.c index 5c52ddcd..f31091a9 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -1035,6 +1035,7 @@ void igt_stop_helper(struct igt_helper_process *proc) bool __igt_fork(void) { assert(!test_with_subtests || in_subtest); + assert(!test_child); if (num_test_children >= test_children_sz) { if (!test_children_sz)