projects
/
platform
/
upstream
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13932d6
)
tests/gem_cpu_concurrent_blit: stop signal helper again
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Sat, 29 Jun 2013 15:50:49 +0000
(17:50 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Sat, 29 Jun 2013 15:50:49 +0000
(17:50 +0200)
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>
tests/gem_cpu_concurrent_blit.c
patch
|
blob
|
history
diff --git
a/tests/gem_cpu_concurrent_blit.c
b/tests/gem_cpu_concurrent_blit.c
index
1ad126d
..
d5012cf
100644
(file)
--- 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;
}