mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Install diffstat test suite and run it as ptest. (From OE-Core rev: 63cf8ab1ffdb04278aeb28b6ffce22ff7b272e29) 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>
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/sh
|
|
|
|
./testing/run_test.sh ./testing/case*.pat |sed \
|
|
-e 's|** ok|PASS|' \
|
|
-e 's|?? fail|FAIL|'
|