mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
We should use "PASS:|FAIL:|SKIP: testname" to output results of ptest. (From OE-Core rev: 67462817222dfa674cf4be7dcd7d4edc5e8631d6) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
133 B
133 B
#!/bin/sh cd t && ./TEST | sed -u -e 's|(.) . ok$|PASS: \1|' -e 's|(.) . skipped|SKIP: \1|' -e 's|(.) .(.)|FAIL: \1|'