mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Fix final report in compat.sh
Only affect what's printed, the exit code was already correct.
This commit is contained in:
@@ -1018,7 +1018,7 @@ done
|
||||
|
||||
echo "------------------------------------------------------------------------"
|
||||
|
||||
if (( failed != 0 && srvmem != 0 ));
|
||||
if (( failed != 0 || srvmem != 0 ));
|
||||
then
|
||||
echo -n "FAILED"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user