0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 23:49:49 +00:00

🔨 Return error on mftest exit

This commit is contained in:
Scott Lahteine 2022-12-07 12:18:09 -06:00
parent 2216753f5a
commit 3ab36615e9

View file

@ -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
#