remove test build script

This commit is contained in:
KAiZ 2019-11-11 20:17:20 +05:30
parent 2c376f9aba
commit 9cac90fba2

View file

@ -181,16 +181,17 @@ fi
#choice for build cursor #choice for build cursor
selection "Cursor to build (Default is 'ALL')?" selection "Cursor to build (Default is 'ALL')?"
cursors=("Bibata_Classic" "Bibata_Oil" "Bibata_Ice" "Bibata_Amber" "test" "ALL" exit ) cursors=("Bibata_Classic" "Bibata_Oil" "Bibata_Ice" "Bibata_Amber" "ALL" exit )
cursor=$(selectWithDefault "${cursors[@]}") cursor=$(selectWithDefault "${cursors[@]}")
# Process the selected item. # Process the selected item.
case $cursor in case $cursor in
(''|'ALL') (''|'ALL')
echo "ALL"; ;; echo "ALL"; ;;
# build "Bibata Oil"; # build "Bibata_Classic";
# build "Bibata Ice"; # build "Bibata_Oil";
# build "Bibata Amber" ; ;; # build "Bibata_Ice";
# build "Bibata_Amber" ; ;;
('Bibata_Classic') build "$cursor"; ;; ('Bibata_Classic') build "$cursor"; ;;
('Bibata_Oil') build "$cursor"; ;; ('Bibata_Oil') build "$cursor"; ;;
('Bibata_Ice') build "$cursor"; ;; ('Bibata_Ice') build "$cursor"; ;;