]> code.ossystems Code Review - openembedded-core.git/commit
scripts/qemutestlib: Add better process debugging and fix process group issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Mar 2013 20:54:33 +0000 (20:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Mar 2013 20:57:32 +0000 (20:57 +0000)
commit6a0134fd4f1b64ef788be0791bd655dc7703d505
tree9bbff83565fe504df2171714f4f9608a5b17b7c6
parent2ecb3b99373e17d93f50142f2da3f786c83c7eb2
scripts/qemutestlib: Add better process debugging and fix process group issue

In single testing with a shutdown scenario the processes are cleaned up correctly
but the manual cleanup fall back used for a minimal image do not work properly.
This patch fixes the kill commands to revert to non-process groups, fixing
the hung process issues that were occuring.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/qemuimage-testlib