Burton, Ross wrote:
> What is this generic output format?  From your patch to bash I suspect
> it's at least inspired by the automake "make check" output.

Yes, I used the automake-style "(PASS|FAIL): <testcase>" format.

In addition to that, before/after each package test suite is started, 
"(BEGIN|END): <package>" is printed. So a typical output looks like this 
(paraphrased):

BEGIN: bash
PASS: test1
FAIL: test2
PASS: test3
END: bash
BEGIN: busybox
PASS: test1
FAIL: test2
END: busybox

-- 
Björn
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to