Skip to content

Commit

Permalink
🔨 Return error on mftest exit
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 16, 2022
1 parent 2737286 commit 5a97ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/bin/mftest
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down

0 comments on commit 5a97ffc

Please sign in to comment.