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

Lucian Musat george.l.musat at intel.com
Tue Aug 4 09:21:33 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-graphics/pango/pango/run-ptest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/pango/pango/run-ptest b/meta/recipes-graphics/pango/pango/run-ptest
index fa87a75..4d72f30 100644
--- a/meta/recipes-graphics/pango/pango/run-ptest
+++ b/meta/recipes-graphics/pango/pango/run-ptest
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-gnome-desktop-testing-runner pango
+gnome-desktop-testing-runner pango | sed -e "s/FAILED:/FAIL:/"
-- 
2.1.4




More information about the Openembedded-core mailing list