mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 17:25:35 +00:00
Exit with a failure status if some tests failed
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
64cad2fa07
commit
dd7ea389ff
|
@ -217,3 +217,7 @@ make clean
|
|||
if [ -f "$CONFIG_BAK" ]; then
|
||||
mv "$CONFIG_BAK" "$CONFIG_H"
|
||||
fi
|
||||
|
||||
if [ $TOTAL_FAIL -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue