[yocto] [PATCH 0/3] RFC: Package testing

Björn Stenberg bjst at enea.com
Thu Aug 23 23:49:54 PDT 2012


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



More information about the yocto mailing list