diff --git a/lib/drmtest.c b/lib/drmtest.c index f1ee13c5..5c52ddcd 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -622,6 +622,9 @@ void igt_fork_signal_helper(void) void igt_stop_signal_helper(void) { + if (igt_only_list_subtests()) + return; + igt_stop_helper(&signal_helper); sig_stat = 0;