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

Signed-off-by: Lucian Musat <[email protected]>
---
 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

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to