[OE-core] [PATCH] glib-2.0: fix ptest output format

Maxin B. John maxin.john at intel.com
Fri Oct 30 09:39:17 UTC 2015


use "FAIL" keyword instead of "FAILED" in glib-2.0 test output

[YOCTO #6601]

Signed-off-by: Maxin B. John <maxin.john 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..0367f65 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 's/FAILED/FAIL/g'
-- 
2.4.0




More information about the Openembedded-core mailing list