diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-06-29 17:50:49 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-06-29 17:50:49 +0200 |
commit | 64ff612b81c29de3f808a55f2010e99924a10191 (patch) | |
tree | 8cdb784bea828575d7d1941e9c1f7176dbc1acf6 | |
parent | 13932d67de1ab11f768782138ea88a00fc2ff4a5 (diff) |
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 <daniel.vetter@ffwll.ch>
-rw-r--r-- | tests/gem_cpu_concurrent_blit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |