summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drmtest.c')
-rw-r--r--lib/drmtest.c3
1 files changed, 3 insertions, 0 deletions
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;