Improve opt_set (etc.) used for tests
This commit is contained in:
committed by
Scott Lahteine
parent
0e61b4a982
commit
c4fe072751
@ -10,10 +10,10 @@ set -e
|
||||
# Start with default configurations...
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_SANGUINOLOLU_12
|
||||
opt_set LCD_LANGUAGE de
|
||||
opt_set MOTHERBOARD BOARD_SANGUINOLOLU_12 \
|
||||
LCD_LANGUAGE de \
|
||||
CONTROLLER_FAN_PIN 27
|
||||
opt_enable MINIPANEL USE_CONTROLLER_FAN CONTROLLER_FAN_EDITABLE
|
||||
opt_set CONTROLLER_FAN_PIN 27
|
||||
exec_test $1 $2 "Default Configuration | MINIPANAL | CONTROLLER_FAN" "$3"
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user