mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-21 23:17:47 +01:00
🔨 Case-insensitive tests list
This commit is contained in:
@@ -208,7 +208,7 @@ if [[ $TESTENV == '-' ]]; then
|
||||
NAMES=()
|
||||
MENU=()
|
||||
BIGLEN=0
|
||||
for FILE in $( ls -1 $TESTPATH/* )
|
||||
for FILE in $( ls -1 $TESTPATH/* | sort -f )
|
||||
do
|
||||
let IND++
|
||||
TNAME=${FILE/$TESTPATH\//}
|
||||
|
||||
Reference in New Issue
Block a user