compat.sh: display "no" even if $VERIFY=YES for PSK test cases

Signed-off-by: Yanray Wang <[email protected]>
This commit is contained in:
Yanray Wang
2023-02-07 16:36:51 +08:00
parent 5d646e705d
commit a89c4d51f7
+1
View File
@@ -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