mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ done
|
|||
|
||||
echo "------------------------------------------------------------------------"
|
||||
|
||||
if (( failed != 0 && srvmem != 0 ));
|
||||
if (( failed != 0 || srvmem != 0 ));
|
||||
then
|
||||
echo -n "FAILED"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue