ldtp / ldtp2

Linux Desktop Testing Project
GNU Lesser General Public License v2.1
108 stars 49 forks source link

Reaping Zombies #36

Closed schuellerf closed 7 years ago

schuellerf commented 7 years ago

when I start a process in python with

import ldtp
ldtp.launchapp("<my favorite app>")

and terminate the app, there is a zombie which I usually like to be reaped :)