mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
openssl: ensure all ptest fails are caught
Piping results through sed may mask failures that sed isn't catching. (From OE-Core rev: 2b1b0e9e4d5011e7c2fd1b59fc277a7cfdc41194) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
befe84272b
commit
df0f70d1b0
@@ -9,4 +9,4 @@ export TOP=.
|
||||
# OPENSSL_ENGINES is relative from the test binaries
|
||||
export OPENSSL_ENGINES=../engines
|
||||
|
||||
HARNESS_JOBS=4 perl ./test/run_tests.pl $* | sed -u -r -e '/(.*) \.*.ok/ s/^/PASS: /g' -r -e '/Dubious(.*)/ s/^/FAIL: /g' -e '/(.*) \.*.skipped: (.*)/ s/^/SKIP: /g'
|
||||
{ HARNESS_JOBS=4 perl ./test/run_tests.pl $* || echo "FAIL: openssl" ; } | sed -u -r -e '/(.*) \.*.ok/ s/^/PASS: /g' -r -e '/Dubious(.*)/ s/^/FAIL: /g' -e '/(.*) \.*.skipped: (.*)/ s/^/SKIP: /g'
|
||||
|
||||
Reference in New Issue
Block a user