mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-07 05:53:56 -06:00
🔨 Case-insensitive tests list
This commit is contained in:
parent
c1d7e234e1
commit
008284934c
1 changed files with 1 additions and 1 deletions
|
@ -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\//}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue