This commit is contained in:
2020-10-06 19:33:37 -05:00
1774 changed files with 89990 additions and 22172 deletions

View File

@ -9,7 +9,8 @@
MFINFO=$(mfinfo) || exit 1
[[ -d Marlin/src ]] || { echo "Please 'cd' up to repo root." ; exit 1 ; }
TESTPATH=buildroot/share/tests
TESTPATH=buildroot/tests
STATE_FILE=$( echo ./.pio/.mftestrc )
SED=$(which gsed || which sed)