use "FAIL" keyword instead of "FAILED" in glib-2.0 test output
[YOCTO #6601] Signed-off-by: Maxin B. John <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
