mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-03 15:09:47 +08:00

When calling all.sh from a script and using "--keep-going", errors were sometimes missed due to all.sh always returning 0 "success" return code. Return 1 if there is any failure encountered during a "keep-going" run.