mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-18 05:42:35 +00:00
Don't error out if no opt-testcases/*.sh is found
This can happen in an insufficiently populated out-of-tree build. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
acc74b8413
commit
2baaf60c5d
@ -9013,7 +9013,7 @@ run_test "TLS 1.3: HelloRetryRequest check - gnutls" \
|
|||||||
-c "Last error was: -0x6E00 - SSL - The handshake negotiation failed" \
|
-c "Last error was: -0x6E00 - SSL - The handshake negotiation failed" \
|
||||||
-s "HELLO RETRY REQUEST was queued"
|
-s "HELLO RETRY REQUEST was queued"
|
||||||
|
|
||||||
for i in $(ls opt-testcases/*.sh)
|
for i in opt-testcases/*.sh
|
||||||
do
|
do
|
||||||
. $i
|
. $i
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user