summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drmtest.c')
-rw-r--r--lib/drmtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index 435a7458..706357de 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -1085,6 +1085,7 @@ void igt_stop_helper(struct igt_helper_process *proc)
while (waitpid(proc->pid, &status, 0) == -1 &&
errno == -EINTR)
;
+ igt_assert(WIFSIGNALED(status) && WTERMSIG(status) == SIGQUIT);
proc->running = false;