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