Put "$3" on all tests

This commit is contained in:
Scott Lahteine 2020-11-21 22:32:56 -06:00 committed by Scott Lahteine
parent 56c0608e4d
commit 08717ef117
8 changed files with 35 additions and 35 deletions

View File

@ -11,7 +11,7 @@ set -e
# #
#restore_configs #restore_configs
#opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB #opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
#exec_test $1 $2 "Default Configuration" #exec_test $1 $2 "Default Configuration" "$3"
restore_configs restore_configs
opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
@ -21,7 +21,7 @@ exec_test $1 $2 "ReARM EFB VIKI2, SDSUPPORT, 2 Serial ports (USB CDC + UART0), N
#restore_configs #restore_configs
#use_example_configs Mks/Sbase #use_example_configs Mks/Sbase
#exec_test $1 $2 "MKS SBASE Example Config" #exec_test $1 $2 "MKS SBASE Example Config" "$3"
restore_configs restore_configs
opt_set MOTHERBOARD BOARD_MKS_SBASE opt_set MOTHERBOARD BOARD_MKS_SBASE

View File

@ -54,7 +54,7 @@ exec_test $1 $2 "Smoothieboard with TFTGLCD_PANEL_SPI" "$3"
#opt_set FAN_MIN_PWM 50 #opt_set FAN_MIN_PWM 50
#opt_set FAN_KICKSTART_TIME 100 #opt_set FAN_KICKSTART_TIME 100
#opt_set XY_FREQUENCY_LIMIT 15 #opt_set XY_FREQUENCY_LIMIT 15
#exec_test $1 $2 "Azteeg X5 MINI WIFI Many less common options" #exec_test $1 $2 "Azteeg X5 MINI WIFI Many less common options" "$3"
restore_configs restore_configs
use_example_configs delta/generic use_example_configs delta/generic

View File

@ -10,7 +10,7 @@ set -e
# Build with the default configurations # Build with the default configurations
# #
#restore_configs #restore_configs
#exec_test $1 $2 "Default Configuration" #exec_test $1 $2 "Default Configuration" "$3"
# #
# Test MESH_BED_LEVELING feature, with LCD # Test MESH_BED_LEVELING feature, with LCD

View File

@ -10,7 +10,7 @@ set -e
# Build with the default configurations # Build with the default configurations
# #
#restore_configs #restore_configs
#exec_test $1 $2 "Default Configuration" #exec_test $1 $2 "Default Configuration" "$3"
# #
# Test a probeless build of AUTO_BED_LEVELING_UBL, with lots of extruders # Test a probeless build of AUTO_BED_LEVELING_UBL, with lots of extruders
@ -98,7 +98,7 @@ opt_set FIL_RUNOUT3_PIN 45
opt_set FIL_RUNOUT3_STATE HIGH opt_set FIL_RUNOUT3_STATE HIGH
opt_set FIL_RUNOUT4_PIN 46 opt_set FIL_RUNOUT4_PIN 46
opt_set FIL_RUNOUT5_PIN 47 opt_set FIL_RUNOUT5_PIN 47
exec_test $1 $2 "Multiple runout sensors (x5) | Distinct runout states" exec_test $1 $2 "Multiple runout sensors (x5) | Distinct runout states" "$3"
# #
# Test MINIRAMBO with PWM_MOTOR_CURRENT and many features # Test MINIRAMBO with PWM_MOTOR_CURRENT and many features
@ -148,7 +148,7 @@ exec_test $1 $2 "Azteeg X3 | Mixing Extruder (x5) | Gradient Mix | Greek" "$3"
# #
#restore_configs #restore_configs
#opt_enable COREXY #opt_enable COREXY
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# Test many less common options # Test many less common options
@ -181,27 +181,27 @@ exec_test $1 $2 "Mightyboard Rev. E | CoreXY, Gradient Mix | Endstop Int. | Home
# #
#restore_configs #restore_configs
#opt_enable ULTRA_LCD #opt_enable ULTRA_LCD
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# DOGLCD # DOGLCD
# #
#restore_configs #restore_configs
#opt_enable DOGLCD #opt_enable DOGLCD
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# MAKRPANEL # MAKRPANEL
# Needs to use Melzi and Sanguino hardware # Needs to use Melzi and Sanguino hardware
# #
#restore_configs #restore_configs
#opt_enable MAKRPANEL #opt_enable MAKRPANEL
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# REPRAP_DISCOUNT_SMART_CONTROLLER, SDSUPPORT, BABYSTEPPING, RIGIDBOARD_V2, and DAC_MOTOR_CURRENT_DEFAULT # REPRAP_DISCOUNT_SMART_CONTROLLER, SDSUPPORT, BABYSTEPPING, RIGIDBOARD_V2, and DAC_MOTOR_CURRENT_DEFAULT
# #
#restore_configs #restore_configs
#opt_set MOTHERBOARD BOARD_RIGIDBOARD_V2 #opt_set MOTHERBOARD BOARD_RIGIDBOARD_V2
#opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT BABYSTEPPING DAC_MOTOR_CURRENT_DEFAULT #opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT BABYSTEPPING DAC_MOTOR_CURRENT_DEFAULT
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# # # #
# G3D_PANEL with SDCARD_SORT_ALPHA and STATUS_MESSAGE_SCROLLING # G3D_PANEL with SDCARD_SORT_ALPHA and STATUS_MESSAGE_SCROLLING
# #
@ -211,20 +211,20 @@ exec_test $1 $2 "Mightyboard Rev. E | CoreXY, Gradient Mix | Endstop Int. | Home
#opt_set SDSORT_USES_RAM true #opt_set SDSORT_USES_RAM true
#opt_set SDSORT_USES_STACK true #opt_set SDSORT_USES_STACK true
#opt_set SDSORT_CACHE_NAMES true #opt_set SDSORT_CACHE_NAMES true
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# REPRAPWORLD_KEYPAD # REPRAPWORLD_KEYPAD
# #
# Cant find configuration details to get it to compile # Cant find configuration details to get it to compile
#restore_configs #restore_configs
#opt_enable ULTRA_LCD REPRAPWORLD_KEYPAD REPRAPWORLD_KEYPAD_MOVE_STEP #opt_enable ULTRA_LCD REPRAPWORLD_KEYPAD REPRAPWORLD_KEYPAD_MOVE_STEP
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# RA_CONTROL_PANEL # RA_CONTROL_PANEL
# #
#restore_configs #restore_configs
#opt_enable RA_CONTROL_PANEL PINS_DEBUGGING #opt_enable RA_CONTROL_PANEL PINS_DEBUGGING
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
######## I2C LCD/PANELS ############## ######## I2C LCD/PANELS ##############
# #
@ -236,49 +236,49 @@ exec_test $1 $2 "Mightyboard Rev. E | CoreXY, Gradient Mix | Endstop Int. | Home
# #
#restore_configs #restore_configs
#opt_enable LCD_SAINSMART_I2C_1602 #opt_enable LCD_SAINSMART_I2C_1602
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# LCD_I2C_PANELOLU2 # LCD_I2C_PANELOLU2
# #
#restore_configs #restore_configs
#opt_enable LCD_I2C_PANELOLU2 #opt_enable LCD_I2C_PANELOLU2
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# LCD_I2C_VIKI # LCD_I2C_VIKI
# #
#restore_configs #restore_configs
#opt_enable LCD_I2C_VIKI #opt_enable LCD_I2C_VIKI
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# LCM1602 # LCM1602
# #
#restore_configs #restore_configs
#opt_enable LCM1602 #opt_enable LCM1602
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# Language files test with REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER # Language files test with REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
# #
#restore_configs #restore_configs
#opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT #opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
#for lang in an bg ca cz da de el el_gr en es eu fi fr gl hr hu it jp_kana nl pl pt pt_br ro ru sk tr uk vi zh_CN zh_TW test; do opt_set LCD_LANGUAGE $lang; echo "compile with language $lang ..."; exec_test $1 $2 "Stuff"; done #for lang in an bg ca cz da de el el_gr en es eu fi fr gl hr hu it jp_kana nl pl pt pt_br ro ru sk tr uk vi zh_CN zh_TW test; do opt_set LCD_LANGUAGE $lang; echo "compile with language $lang ..."; exec_test $1 $2 "Stuff" "$3"; done
# #
#restore_configs #restore_configs
#opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT #opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT
#for lang in an bg ca cz da de el el_gr en es eu fi fr gl hr hu it jp_kana nl pl pt pt_br ro ru sk tr uk vi zh_CN zh_TW test; do opt_set LCD_LANGUAGE $lang; echo "compile with language $lang ..."; exec_test $1 $2 "Stuff"; done #for lang in an bg ca cz da de el el_gr en es eu fi fr gl hr hu it jp_kana nl pl pt pt_br ro ru sk tr uk vi zh_CN zh_TW test; do opt_set LCD_LANGUAGE $lang; echo "compile with language $lang ..."; exec_test $1 $2 "Stuff" "$3"; done
######## Example Configurations ############## ######## Example Configurations ##############
# #
# Test a basic DUAL_X_CARRIAGE configuration # Test a basic DUAL_X_CARRIAGE configuration
# #
use_example_configs Formbot/T_Rex_3 use_example_configs Formbot/T_Rex_3
exec_test $1 $2 "Formbot/T_Rex_3 example configuration." exec_test $1 $2 "Formbot/T_Rex_3 example configuration." "$3"
# #
# BQ Hephestos 2 # BQ Hephestos 2
#restore_configs #restore_configs
#use_example_configs Hephestos_2 #use_example_configs Hephestos_2
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# Delta Config (generic) + UBL + ALLEN_KEY + EEPROM_SETTINGS + OLED_PANEL_TINYBOY2 # Delta Config (generic) + UBL + ALLEN_KEY + EEPROM_SETTINGS + OLED_PANEL_TINYBOY2
@ -308,7 +308,7 @@ exec_test $1 $2 "RAMPS 1.3 | DELTA | FLSUN AC Config" "$3"
# Makibox Config need to check board type for Teensy++ 2.0 # Makibox Config need to check board type for Teensy++ 2.0
# #
#use_example_configs makibox #use_example_configs makibox
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# #
# Test mixed TMC config # Test mixed TMC config
@ -346,7 +346,7 @@ exec_test $1 $2 "RAMPS | SCARA | Mixed TMC | EEPROM" "$3"
# tvrrug Config need to check board type for sanguino atmega644p # tvrrug Config need to check board type for sanguino atmega644p
# #
#use_example_configs tvrrug/Round2 #use_example_configs tvrrug/Round2
#exec_test $1 $2 "Stuff" #exec_test $1 $2 "Stuff" "$3"
# clean up # clean up
restore_configs restore_configs

View File

@ -72,7 +72,7 @@ use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240 TOUCH_SCREEN opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240 TOUCH_SCREEN
opt_enable TFT_INTERFACE_SPI TFT_RES_480x320 TFT_COLOR_UI opt_enable TFT_INTERFACE_SPI TFT_RES_480x320 TFT_COLOR_UI
exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI without TOUCH_SCREEN" exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI without TOUCH_SCREEN" "$3"
# cleanup # cleanup
restore_configs restore_configs

View File

@ -12,7 +12,7 @@ set -e
# #
use_example_configs Mks/Robin use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
exec_test $1 $2 "MKS Robin nano v1.2 Emulated DOGM FSMC" exec_test $1 $2 "MKS Robin nano v1.2 Emulated DOGM FSMC" "$3"
# #
# MKS Robin v2 nano Emulated DOGM SPI # MKS Robin v2 nano Emulated DOGM SPI
@ -22,7 +22,7 @@ use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
opt_disable TFT_INTERFACE_FSMC opt_disable TFT_INTERFACE_FSMC
opt_enable TFT_INTERFACE_SPI opt_enable TFT_INTERFACE_SPI
exec_test $1 $2 "MKS Robin v2 nano Emulated DOGM SPI" exec_test $1 $2 "MKS Robin v2 nano Emulated DOGM SPI" "$3"
# #
# MKS Robin nano v1.2 LVGL FSMC # MKS Robin nano v1.2 LVGL FSMC
@ -31,7 +31,7 @@ exec_test $1 $2 "MKS Robin v2 nano Emulated DOGM SPI"
# opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO # opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
# opt_disable TFT_CLASSIC_UI TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240 # opt_disable TFT_CLASSIC_UI TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240
# opt_enable TFT_LVGL_UI TFT_RES_480x320 # opt_enable TFT_LVGL_UI TFT_RES_480x320
# exec_test $1 $2 "MKS Robin nano v1.2 LVGL FSMC" # exec_test $1 $2 "MKS Robin nano v1.2 LVGL FSMC" "$3"
# #
# MKS Robin v2 nano LVGL SPI # MKS Robin v2 nano LVGL SPI
@ -41,7 +41,7 @@ exec_test $1 $2 "MKS Robin v2 nano Emulated DOGM SPI"
# opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 # opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
# opt_disable TFT_INTERFACE_FSMC TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240 # opt_disable TFT_INTERFACE_FSMC TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240
# opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320 # opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320
# exec_test $1 $2 "MKS Robin v2 nano LVGL SPI" # exec_test $1 $2 "MKS Robin v2 nano LVGL SPI" "$3"
# #
# MKS Robin v2 nano New Color UI 480x320 SPI # MKS Robin v2 nano New Color UI 480x320 SPI
@ -51,7 +51,7 @@ use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240 opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240
opt_enable TFT_INTERFACE_SPI TFT_RES_480x320 opt_enable TFT_INTERFACE_SPI TFT_RES_480x320
exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI" exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI" "$3"
# #
# MKS Robin v2 nano LVGL SPI + TMC # MKS Robin v2 nano LVGL SPI + TMC
@ -63,7 +63,7 @@ exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI"
# opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320 # opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320
# opt_set X_DRIVER_TYPE TMC2209 # opt_set X_DRIVER_TYPE TMC2209
# opt_set Y_DRIVER_TYPE TMC2209 # opt_set Y_DRIVER_TYPE TMC2209
# exec_test $1 $2 "MKS Robin v2 nano LVGL SPI + TMC" # exec_test $1 $2 "MKS Robin v2 nano LVGL SPI + TMC" "$3"
# cleanup # cleanup
restore_configs restore_configs

View File

@ -68,7 +68,7 @@ opt_set MOTHERBOARD BOARD_RAMBO
opt_set EXTRUDERS 0 opt_set EXTRUDERS 0
opt_set TEMP_SENSOR_BED 1 opt_set TEMP_SENSOR_BED 1
opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
exec_test $1 $2 "Rambo heated bed only" exec_test $1 $2 "Rambo heated bed only" "$3"
# #
# Build with the default configurations # Build with the default configurations

View File

@ -48,13 +48,13 @@ exec_test $1 $2 "Sled Z Probe with Linear leveling" "$3"
# opt_enable Z_PROBE_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE \ # opt_enable Z_PROBE_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE \
# AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE EEPROM_SETTINGS # AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE EEPROM_SETTINGS
# opt_set NUM_SERVOS 1 # opt_set NUM_SERVOS 1
# exec_test $1 $2 "Servo Probe" # exec_test $1 $2 "Servo Probe" "$3"
# #
# ...with AUTO_BED_LEVELING_3POINT, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, EEPROM_CHITCHAT, EXTENDED_CAPABILITIES_REPORT, and AUTO_REPORT_TEMPERATURES # ...with AUTO_BED_LEVELING_3POINT, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, EEPROM_CHITCHAT, EXTENDED_CAPABILITIES_REPORT, and AUTO_REPORT_TEMPERATURES
# #
# opt_enable AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE EEPROM_SETTINGS \ # opt_enable AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE EEPROM_SETTINGS \
# EXTENDED_CAPABILITIES_REPORT AUTO_REPORT_TEMPERATURES # EXTENDED_CAPABILITIES_REPORT AUTO_REPORT_TEMPERATURES
# exec_test $1 $2 "...with AUTO_BED_LEVELING_3POINT, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, EEPROM_CHITCHAT, EXTENDED_CAPABILITIES_REPORT, and AUTO_REPORT_TEMPERATURES" # exec_test $1 $2 "...with AUTO_BED_LEVELING_3POINT, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, EEPROM_CHITCHAT, EXTENDED_CAPABILITIES_REPORT, and AUTO_REPORT_TEMPERATURES" "$3"
# #
# Test MAGNETIC_PARKING_EXTRUDER with no LCD # Test MAGNETIC_PARKING_EXTRUDER with no LCD
@ -84,7 +84,7 @@ exec_test $1 $2 "Mixing Extruder" "$3"
# opt_set EXTRUDERS 2 # opt_set EXTRUDERS 2
# opt_set NUM_SERVOS 1 # opt_set NUM_SERVOS 1
# opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER # opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER
# exec_test $1 $2 "SWITCHING_EXTRUDER" # exec_test $1 $2 "SWITCHING_EXTRUDER" "$3"
# #
# Enable COREXY # Enable COREXY