Re: [OE-core] [PATCH] oequa/runtime: Added check for ptest-runner to see if it ran correctly

2014-11-20 Thread Burton, Ross
On 19 November 2014 07:49, Musat, George L wrote: > -cond = oeRuntimeTest.hasPackage("ptest-runner") and > oeRuntimeTest.hasFeature("ptest") and oeRuntimeTest.hasPackage("-ptest") > > -if not cond: > > +#cond = oeRuntimeTest.hasPackage("ptest-runner") and > oeRuntimeTest.h

[OE-core] [PATCH] oequa/runtime: Added check for ptest-runner to see if it ran correctly

2014-11-18 Thread Musat, George L
And modified condition to install complementary packages. Signed-off-by: Lucian Musat mailto:george.l.mu...@intel.com>> --- meta/lib/oeqa/runtime/_ptest.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/lib/oeqa/runtime/_ptest.py b/meta/lib/oeqa/runtime/