Local testing via Makefile & Docker (#19981)
This commit is contained in:
committed by
Scott Lahteine
parent
180fe914b6
commit
1c81a126c5
@ -11,12 +11,12 @@ set -e
|
||||
#
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_PRINTRBOARD
|
||||
exec_test $1 $2 "Printrboard Configuration"
|
||||
exec_test $1 $2 "Printrboard Configuration" "$3"
|
||||
|
||||
restore_configs
|
||||
opt_set MOTHERBOARD BOARD_PRINTRBOARD_REVF
|
||||
opt_enable MINIPANEL
|
||||
exec_test $1 $2 "Printrboard RevF with MiniPanel and Stepper DAC (in pins file)"
|
||||
exec_test $1 $2 "Printrboard RevF with MiniPanel and Stepper DAC (in pins file)" "$3"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
|
Reference in New Issue
Block a user