build_all_examples -c -s, silent mftest

This commit is contained in:
Scott Lahteine
2021-03-01 05:39:31 -06:00
committed by Scott Lahteine
parent b71f1e1edd
commit ef57a3e585
3 changed files with 32 additions and 12 deletions

View File

@ -24,6 +24,6 @@ cp "$SUB"/_Statusscreen.h Marlin/ 2>/dev/null
echo "Building the firmware now..."
HERE=`dirname "$0"`
$HERE/mftest -a || { echo "Failed"; exit 1; }
$HERE/mftest -a -n1 || { echo "Failed"; exit 1; }
echo "Success"