[LDTP-Dev] launchapp
Ara Pulido
ara at ubuntu.com
Thu Oct 9 06:23:48 PDT 2008
Hello guys,
Everytime I try to run an application through launchapp or execlp, it
does not get recognized through at-poke or ldtp.
Is there something that I am missing?
Particularly I am trying to run Ubuntu's update manager for distribution
upgrades:
$ update-manager -d
For which I do:
launchapp('update-manager', ['update-manager', '-d'], 1)
or
launchapp('update-manager', ['update-manager', '-d'], 0)
or
os.execlp('update-manager', 'update-manager', '-d')
In the three cases the application runs correctly, but it does not get
recognized by at-poke or ldtp.
Thanks,
Ara.
More information about the LDTP-dev
mailing list