mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 05:31:14 +00:00
In keep-going mode, don't hard-fail on some tests
Add if_build_succeeded in front of the invocation of some test runs where it was missing.
This commit is contained in:
parent
f7ab5ad13a
commit
3e954cf84d
|
@ -539,10 +539,10 @@ msg "test: RSA_NO_CRT - main suites (inc. selftests) (ASan build)" # ~ 50s
|
||||||
make test
|
make test
|
||||||
|
|
||||||
msg "test: RSA_NO_CRT - RSA-related part of ssl-opt.sh (ASan build)" # ~ 5s
|
msg "test: RSA_NO_CRT - RSA-related part of ssl-opt.sh (ASan build)" # ~ 5s
|
||||||
tests/ssl-opt.sh -f RSA
|
if_build_succeeded tests/ssl-opt.sh -f RSA
|
||||||
|
|
||||||
msg "test: RSA_NO_CRT - RSA-related part of compat.sh (ASan build)" # ~ 3 min
|
msg "test: RSA_NO_CRT - RSA-related part of compat.sh (ASan build)" # ~ 3 min
|
||||||
tests/compat.sh -t RSA
|
if_build_succeeded tests/compat.sh -t RSA
|
||||||
|
|
||||||
msg "build: small SSL_OUT_CONTENT_LEN (ASan build)"
|
msg "build: small SSL_OUT_CONTENT_LEN (ASan build)"
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in a new issue