[OE-core] [PATCH] oeqa/ptest: Fixed glib ptest output.

Lucian Musat george.l.musat at intel.com
Tue Aug 4 08:42:53 UTC 2015


It was creating output with FAILED instead of FAIL and it
was not compliant with our log parser.

Signed-off-by: Lucian Musat <george.l.musat at intel.com>
---
 meta/recipes-core/glib-2.0/glib-2.0/run-ptest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0/run-ptest b/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
index 130ae09..98148b8 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
+++ b/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-gnome-desktop-testing-runner glib
+gnome-desktop-testing-runner glib | sed -e "s/FAILED:/FAIL:/"
-- 
2.1.4




More information about the Openembedded-core mailing list