mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-26 23:28:43 +00: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.