mirror of
https://git.yoctoproject.org/poky
synced 2026-03-30 08:02:22 +02:00
Install attr test suite and run it as ptest. ext test cases need depend on specific filesystem. So exclude them order to make ptest all pass. (From OE-Core rev: 4395504e5f2af16e108a67962ab7cbcab26aa444) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
136 B
136 B
#!/bin/sh
make -C test -k tests root-tests |sed
-e 's|^[.] (.) -- ok$|PASS: \1|'
-e 's|^[.] (.) -- failed|FAIL: \1|'