Re: [OE-core] [PATCH 4/4] oeqa/runtime/xorg: use the right ps command for xorg test

2013-07-30 Thread Stanacar, StefanX
On Tue, 2013-07-30 at 11:35 +0300, Stefan Stanacar wrote: > Use our determined ps command, otherwise test fails for images with procps. > > Signed-off-by: Stefan Stanacar > self.streampath = '/tmp/qemuconnection.%s' % os.getpid() > -self.qemuparams = 'bootparams="console=tty1

[OE-core] [PATCH 4/4] oeqa/runtime/xorg: use the right ps command for xorg test

2013-07-30 Thread Stefan Stanacar
Use our determined ps command, otherwise test fails for images with procps. Signed-off-by: Stefan Stanacar --- meta/lib/oeqa/runtime/xorg.py | 4 ++-- meta/lib/oeqa/utils/qemurunner.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/lib/oeqa/runtime/xorg.py b/meta