🔨 Return error on mftest exit
This commit is contained in:
parent
2737286021
commit
5a97ffc414
@ -202,7 +202,7 @@ if ((AUTO_BUILD)); then
|
||||
echo "Building environment $TARGET for board $MB ($BNUM)..." ; echo
|
||||
pio run $SILENT_FLAG -e $TARGET
|
||||
fi
|
||||
exit 0
|
||||
exit $?
|
||||
fi
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user