From 64ff612b81c29de3f808a55f2010e99924a10191 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 29 Jun 2013 17:50:49 +0200 Subject: tests/gem_cpu_concurrent_blit: stop signal helper again Not doing so totally upsets the piglit igt runner since we leave a bunch of zombies behind. Signed-off-by: Daniel Vetter --- tests/gem_cpu_concurrent_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_cpu_concurrent_blit.c b/tests/gem_cpu_concurrent_blit.c index 1ad126df..d5012cf6 100644 --- a/tests/gem_cpu_concurrent_blit.c +++ b/tests/gem_cpu_concurrent_blit.c @@ -198,7 +198,7 @@ main(int argc, char **argv) } } - drmtest_fork_signal_helper(); + drmtest_stop_signal_helper(); return 0; } -- cgit v1.2.3