mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 14:47:26 +00:00
openssl: Fix ptest test output translation
openssl-ptest was recording now results, despite most tests passing. Fix so that the successes/skips/failures are reported correctly. (From OE-Core rev: a4565d62297af62ff86a83685f8d55194cd4db48) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6f686a4e51
commit
0b188e98c8
@ -9,4 +9,4 @@ export TOP=.
|
|||||||
# OPENSSL_ENGINES is relative from the test binaries
|
# OPENSSL_ENGINES is relative from the test binaries
|
||||||
export OPENSSL_ENGINES=../engines
|
export OPENSSL_ENGINES=../engines
|
||||||
|
|
||||||
perl ./test/run_tests.pl $*
|
perl ./test/run_tests.pl $* | perl -0pe 's#(.*) \.*.ok#PASS: \1#g; s#(.*) \.*.skipped: (.*)#SKIP: \1 (\2)#g; s#(.*) \.*.\nDubious#FAIL: \1#;'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user