Cleanup the forked child in TestChangeProcessGroup
authorPavel Labath <labath@google.com>
Thu, 28 May 2015 13:12:48 +0000 (13:12 +0000)
committerPavel Labath <labath@google.com>
Thu, 28 May 2015 13:12:48 +0000 (13:12 +0000)
commitb1f24ad3cf545a2e12c76fcc5554959328d1843d
treede685b8eaf05c840790d4a35e2185d1f8dc0fbfd
parent3d3c60117f356053af0d8dc280594e8898f0d455
Cleanup the forked child in TestChangeProcessGroup

if the test fails for some reason, we can end up leaking a process. This has a tendency to
confuse the buildbots. I have added a cleanup hook to make sure we cleanup the child.

llvm-svn: 238421
lldb/test/functionalities/process_group/TestChangeProcessGroup.py