mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-06 06:37:43 -07:00
🔨 Return error on mftest exit
This commit is contained in:
parent
2216753f5a
commit
3ab36615e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue