mirror of
https://git.yoctoproject.org/poky
synced 2026-06-08 18:52:39 +02:00
Install apr-util test suite and run it as ptest. (From OE-Core rev: d132900b04a48193f05c04a77c324aa927970328) 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>
109 B
109 B
#!/bin/sh
cd test
./testall |sed
-e 's|(.): SUCCESS|PASS: \1|'
-e 's|(.): FAILED|FAIL: \1|'