From 5a97ffc41415481d0e285c3478e582cbdd467bad Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 7 Dec 2022 12:18:09 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Return=20error=20on=20mftest=20e?= =?UTF-8?q?xit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/bin/mftest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/bin/mftest b/buildroot/bin/mftest index 8a4f3afd4f..e4132f02a7 100755 --- a/buildroot/bin/mftest +++ b/buildroot/bin/mftest @@ -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 #