mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-12 05:09:57 +00:00
compat.sh: display "no" even if $VERIFY=YES for PSK test cases
Signed-off-by: Yanray Wang <[email protected]>
This commit is contained in:
@@ -999,6 +999,7 @@ for MODE in $MODES; do
|
||||
if [ "$TYPE" = "PSK" ]; then
|
||||
if [ -z "$PSK_TESTS" ]; then
|
||||
PSK_TESTS="FINISHED"
|
||||
VERIF="no"
|
||||
else
|
||||
continue;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user