]> 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>
Wed, 27 Mar 2013 17:23:24 +0000 (17:23 +0000)
commit1c7d4fc88a9e7a3cdb41044ce7eedadd38e99952
treec904709cd5252e77a3029af345d030764b38e329
parenta62263761fc77c139d418236cc52b04bed629229
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