mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
diffstat: enable ptest support
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>
This commit is contained in:
5
meta/recipes-devtools/diffstat/diffstat/run-ptest
Normal file
5
meta/recipes-devtools/diffstat/diffstat/run-ptest
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
./testing/run_test.sh ./testing/case*.pat |sed \
|
||||
-e 's|** ok|PASS|' \
|
||||
-e 's|?? fail|FAIL|'
|
||||
Reference in New Issue
Block a user