Browse Source

Put "$3" on all tests

Scott Lahteine 3 years ago
parent
commit
60e8c7afb2

+ 2
- 2
buildroot/tests/LPC1768-tests View File

11
 #
11
 #
12
 #restore_configs
12
 #restore_configs
13
 #opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
13
 #opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
14
-#exec_test $1 $2 "Default Configuration"
14
+#exec_test $1 $2 "Default Configuration" "$3"
15
 
15
 
16
 restore_configs
16
 restore_configs
17
 opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
17
 opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
21
 
21
 
22
 #restore_configs
22
 #restore_configs
23
 #use_example_configs Mks/Sbase
23
 #use_example_configs Mks/Sbase
24
-#exec_test $1 $2 "MKS SBASE Example Config"
24
+#exec_test $1 $2 "MKS SBASE Example Config" "$3"
25
 
25
 
26
 restore_configs
26
 restore_configs
27
 opt_set MOTHERBOARD BOARD_MKS_SBASE
27
 opt_set MOTHERBOARD BOARD_MKS_SBASE

+ 1
- 1
buildroot/tests/LPC1769-tests View File

54
 #opt_set FAN_MIN_PWM 50
54
 #opt_set FAN_MIN_PWM 50
55
 #opt_set FAN_KICKSTART_TIME 100
55
 #opt_set FAN_KICKSTART_TIME 100
56
 #opt_set XY_FREQUENCY_LIMIT  15
56
 #opt_set XY_FREQUENCY_LIMIT  15
57
-#exec_test $1 $2 "Azteeg X5 MINI WIFI Many less common options"
57
+#exec_test $1 $2 "Azteeg X5 MINI WIFI Many less common options" "$3"
58
 
58
 
59
 restore_configs
59
 restore_configs
60
 use_example_configs delta/generic
60
 use_example_configs delta/generic

+ 1
- 1
buildroot/tests/mega1280-tests View File

10
 # Build with the default configurations
10
 # Build with the default configurations
11
 #
11
 #
12
 #restore_configs
12
 #restore_configs
13
-#exec_test $1 $2 "Default Configuration"
13
+#exec_test $1 $2 "Default Configuration" "$3"
14
 
14
 
15
 #
15
 #
16
 # Test MESH_BED_LEVELING feature, with LCD
16
 # Test MESH_BED_LEVELING feature, with LCD

+ 20
- 20
buildroot/tests/mega2560-tests View File

10
 # Build with the default configurations
10
 # Build with the default configurations
11
 #
11
 #
12
 #restore_configs
12
 #restore_configs
13
-#exec_test $1 $2 "Default Configuration"
13
+#exec_test $1 $2 "Default Configuration" "$3"
14
 
14
 
15
 #
15
 #
16
 # Test a probeless build of AUTO_BED_LEVELING_UBL, with lots of extruders
16
 # Test a probeless build of AUTO_BED_LEVELING_UBL, with lots of extruders
98
 opt_set FIL_RUNOUT3_STATE HIGH
98
 opt_set FIL_RUNOUT3_STATE HIGH
99
 opt_set FIL_RUNOUT4_PIN 46
99
 opt_set FIL_RUNOUT4_PIN 46
100
 opt_set FIL_RUNOUT5_PIN 47
100
 opt_set FIL_RUNOUT5_PIN 47
101
-exec_test $1 $2 "Multiple runout sensors (x5) | Distinct runout states"
101
+exec_test $1 $2 "Multiple runout sensors (x5) | Distinct runout states" "$3"
102
 
102
 
103
 #
103
 #
104
 # Test MINIRAMBO with PWM_MOTOR_CURRENT and many features
104
 # Test MINIRAMBO with PWM_MOTOR_CURRENT and many features
148
 #
148
 #
149
 #restore_configs
149
 #restore_configs
150
 #opt_enable COREXY
150
 #opt_enable COREXY
151
-#exec_test $1 $2 "Stuff"
151
+#exec_test $1 $2 "Stuff" "$3"
152
 
152
 
153
 #
153
 #
154
 # Test many less common options
154
 # Test many less common options
181
 #
181
 #
182
 #restore_configs
182
 #restore_configs
183
 #opt_enable ULTRA_LCD
183
 #opt_enable ULTRA_LCD
184
-#exec_test $1 $2 "Stuff"
184
+#exec_test $1 $2 "Stuff" "$3"
185
 #
185
 #
186
 # DOGLCD
186
 # DOGLCD
187
 #
187
 #
188
 #restore_configs
188
 #restore_configs
189
 #opt_enable DOGLCD
189
 #opt_enable DOGLCD
190
-#exec_test $1 $2 "Stuff"
190
+#exec_test $1 $2 "Stuff" "$3"
191
 #
191
 #
192
 # MAKRPANEL
192
 # MAKRPANEL
193
 # Needs to use Melzi and Sanguino hardware
193
 # Needs to use Melzi and Sanguino hardware
194
 #
194
 #
195
 #restore_configs
195
 #restore_configs
196
 #opt_enable MAKRPANEL
196
 #opt_enable MAKRPANEL
197
-#exec_test $1 $2 "Stuff"
197
+#exec_test $1 $2 "Stuff" "$3"
198
 #
198
 #
199
 # REPRAP_DISCOUNT_SMART_CONTROLLER, SDSUPPORT, BABYSTEPPING, RIGIDBOARD_V2, and DAC_MOTOR_CURRENT_DEFAULT
199
 # REPRAP_DISCOUNT_SMART_CONTROLLER, SDSUPPORT, BABYSTEPPING, RIGIDBOARD_V2, and DAC_MOTOR_CURRENT_DEFAULT
200
 #
200
 #
201
 #restore_configs
201
 #restore_configs
202
 #opt_set MOTHERBOARD BOARD_RIGIDBOARD_V2
202
 #opt_set MOTHERBOARD BOARD_RIGIDBOARD_V2
203
 #opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT BABYSTEPPING DAC_MOTOR_CURRENT_DEFAULT
203
 #opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT BABYSTEPPING DAC_MOTOR_CURRENT_DEFAULT
204
-#exec_test $1 $2 "Stuff"
204
+#exec_test $1 $2 "Stuff" "$3"
205
 # #
205
 # #
206
 # G3D_PANEL with SDCARD_SORT_ALPHA and STATUS_MESSAGE_SCROLLING
206
 # G3D_PANEL with SDCARD_SORT_ALPHA and STATUS_MESSAGE_SCROLLING
207
 #
207
 #
211
 #opt_set SDSORT_USES_RAM true
211
 #opt_set SDSORT_USES_RAM true
212
 #opt_set SDSORT_USES_STACK true
212
 #opt_set SDSORT_USES_STACK true
213
 #opt_set SDSORT_CACHE_NAMES true
213
 #opt_set SDSORT_CACHE_NAMES true
214
-#exec_test $1 $2 "Stuff"
214
+#exec_test $1 $2 "Stuff" "$3"
215
 #
215
 #
216
 # REPRAPWORLD_KEYPAD
216
 # REPRAPWORLD_KEYPAD
217
 #
217
 #
218
 # Cant find configuration details to get it to compile
218
 # Cant find configuration details to get it to compile
219
 #restore_configs
219
 #restore_configs
220
 #opt_enable ULTRA_LCD REPRAPWORLD_KEYPAD REPRAPWORLD_KEYPAD_MOVE_STEP
220
 #opt_enable ULTRA_LCD REPRAPWORLD_KEYPAD REPRAPWORLD_KEYPAD_MOVE_STEP
221
-#exec_test $1 $2 "Stuff"
221
+#exec_test $1 $2 "Stuff" "$3"
222
 #
222
 #
223
 # RA_CONTROL_PANEL
223
 # RA_CONTROL_PANEL
224
 #
224
 #
225
 #restore_configs
225
 #restore_configs
226
 #opt_enable RA_CONTROL_PANEL PINS_DEBUGGING
226
 #opt_enable RA_CONTROL_PANEL PINS_DEBUGGING
227
-#exec_test $1 $2 "Stuff"
227
+#exec_test $1 $2 "Stuff" "$3"
228
 
228
 
229
 ######## I2C LCD/PANELS ##############
229
 ######## I2C LCD/PANELS ##############
230
 #
230
 #
236
 #
236
 #
237
 #restore_configs
237
 #restore_configs
238
 #opt_enable LCD_SAINSMART_I2C_1602
238
 #opt_enable LCD_SAINSMART_I2C_1602
239
-#exec_test $1 $2 "Stuff"
239
+#exec_test $1 $2 "Stuff" "$3"
240
 #
240
 #
241
 # LCD_I2C_PANELOLU2
241
 # LCD_I2C_PANELOLU2
242
 #
242
 #
243
 #restore_configs
243
 #restore_configs
244
 #opt_enable LCD_I2C_PANELOLU2
244
 #opt_enable LCD_I2C_PANELOLU2
245
-#exec_test $1 $2 "Stuff"
245
+#exec_test $1 $2 "Stuff" "$3"
246
 #
246
 #
247
 # LCD_I2C_VIKI
247
 # LCD_I2C_VIKI
248
 #
248
 #
249
 #restore_configs
249
 #restore_configs
250
 #opt_enable LCD_I2C_VIKI
250
 #opt_enable LCD_I2C_VIKI
251
-#exec_test $1 $2 "Stuff"
251
+#exec_test $1 $2 "Stuff" "$3"
252
 #
252
 #
253
 # LCM1602
253
 # LCM1602
254
 #
254
 #
255
 #restore_configs
255
 #restore_configs
256
 #opt_enable LCM1602
256
 #opt_enable LCM1602
257
-#exec_test $1 $2 "Stuff"
257
+#exec_test $1 $2 "Stuff" "$3"
258
 
258
 
259
 #
259
 #
260
 # Language files test with REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
260
 # Language files test with REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
261
 #
261
 #
262
 #restore_configs
262
 #restore_configs
263
 #opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
263
 #opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
264
-#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
264
+#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
265
 #
265
 #
266
 #restore_configs
266
 #restore_configs
267
 #opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT
267
 #opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT
268
-#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
268
+#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
269
 
269
 
270
 ######## Example Configurations ##############
270
 ######## Example Configurations ##############
271
 #
271
 #
272
 # Test a basic DUAL_X_CARRIAGE configuration
272
 # Test a basic DUAL_X_CARRIAGE configuration
273
 #
273
 #
274
 use_example_configs Formbot/T_Rex_3
274
 use_example_configs Formbot/T_Rex_3
275
-exec_test $1 $2 "Formbot/T_Rex_3 example configuration."
275
+exec_test $1 $2 "Formbot/T_Rex_3 example configuration." "$3"
276
 
276
 
277
 #
277
 #
278
 # BQ Hephestos 2
278
 # BQ Hephestos 2
279
 #restore_configs
279
 #restore_configs
280
 #use_example_configs Hephestos_2
280
 #use_example_configs Hephestos_2
281
-#exec_test $1 $2 "Stuff"
281
+#exec_test $1 $2 "Stuff" "$3"
282
 
282
 
283
 #
283
 #
284
 # Delta Config (generic) + UBL + ALLEN_KEY + EEPROM_SETTINGS + OLED_PANEL_TINYBOY2
284
 # Delta Config (generic) + UBL + ALLEN_KEY + EEPROM_SETTINGS + OLED_PANEL_TINYBOY2
308
 # Makibox Config  need to check board type for Teensy++ 2.0
308
 # Makibox Config  need to check board type for Teensy++ 2.0
309
 #
309
 #
310
 #use_example_configs makibox
310
 #use_example_configs makibox
311
-#exec_test $1 $2 "Stuff"
311
+#exec_test $1 $2 "Stuff" "$3"
312
 
312
 
313
 #
313
 #
314
 # Test mixed TMC config
314
 # Test mixed TMC config
346
 # tvrrug Config need to check board type for sanguino atmega644p
346
 # tvrrug Config need to check board type for sanguino atmega644p
347
 #
347
 #
348
 #use_example_configs tvrrug/Round2
348
 #use_example_configs tvrrug/Round2
349
-#exec_test $1 $2 "Stuff"
349
+#exec_test $1 $2 "Stuff" "$3"
350
 
350
 
351
 # clean up
351
 # clean up
352
 restore_configs
352
 restore_configs

+ 1
- 1
buildroot/tests/mks_robin_nano35-tests View File

72
 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
72
 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
73
 opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240 TOUCH_SCREEN
73
 opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240 TOUCH_SCREEN
74
 opt_enable TFT_INTERFACE_SPI TFT_RES_480x320 TFT_COLOR_UI
74
 opt_enable TFT_INTERFACE_SPI TFT_RES_480x320 TFT_COLOR_UI
75
-exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI without TOUCH_SCREEN"
75
+exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI without TOUCH_SCREEN" "$3"
76
 
76
 
77
 # cleanup
77
 # cleanup
78
 restore_configs
78
 restore_configs

+ 6
- 6
buildroot/tests/mks_robin_nano35_stm32-tests View File

12
 #
12
 #
13
 use_example_configs Mks/Robin
13
 use_example_configs Mks/Robin
14
 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
14
 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
15
-exec_test $1 $2 "MKS Robin nano v1.2 Emulated DOGM FSMC"
15
+exec_test $1 $2 "MKS Robin nano v1.2 Emulated DOGM FSMC" "$3"
16
 
16
 
17
 #
17
 #
18
 # MKS Robin v2 nano Emulated DOGM SPI
18
 # MKS Robin v2 nano Emulated DOGM SPI
22
 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
22
 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
23
 opt_disable TFT_INTERFACE_FSMC
23
 opt_disable TFT_INTERFACE_FSMC
24
 opt_enable TFT_INTERFACE_SPI
24
 opt_enable TFT_INTERFACE_SPI
25
-exec_test $1 $2 "MKS Robin v2 nano Emulated DOGM SPI"
25
+exec_test $1 $2 "MKS Robin v2 nano Emulated DOGM SPI" "$3"
26
 
26
 
27
 #
27
 #
28
 # MKS Robin nano v1.2 LVGL FSMC
28
 # MKS Robin nano v1.2 LVGL FSMC
31
 # opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
31
 # opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
32
 # opt_disable TFT_CLASSIC_UI TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240
32
 # opt_disable TFT_CLASSIC_UI TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240
33
 # opt_enable TFT_LVGL_UI TFT_RES_480x320
33
 # opt_enable TFT_LVGL_UI TFT_RES_480x320
34
-# exec_test $1 $2 "MKS Robin nano v1.2 LVGL FSMC"
34
+# exec_test $1 $2 "MKS Robin nano v1.2 LVGL FSMC" "$3"
35
 
35
 
36
 #
36
 #
37
 # MKS Robin v2 nano LVGL SPI
37
 # MKS Robin v2 nano LVGL SPI
41
 # opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
41
 # opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
42
 # opt_disable TFT_INTERFACE_FSMC TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240
42
 # opt_disable TFT_INTERFACE_FSMC TFT_COLOR_UI TOUCH_SCREEN TFT_RES_320x240
43
 # opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320
43
 # opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320
44
-# exec_test $1 $2 "MKS Robin v2 nano LVGL SPI"
44
+# exec_test $1 $2 "MKS Robin v2 nano LVGL SPI" "$3"
45
 
45
 
46
 #
46
 #
47
 # MKS Robin v2 nano New Color UI 480x320 SPI
47
 # MKS Robin v2 nano New Color UI 480x320 SPI
51
 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
51
 opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
52
 opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240
52
 opt_disable TFT_INTERFACE_FSMC TFT_RES_320x240
53
 opt_enable TFT_INTERFACE_SPI TFT_RES_480x320
53
 opt_enable TFT_INTERFACE_SPI TFT_RES_480x320
54
-exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI"
54
+exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI" "$3"
55
 
55
 
56
 #
56
 #
57
 # MKS Robin v2 nano LVGL SPI + TMC
57
 # MKS Robin v2 nano LVGL SPI + TMC
63
 # opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320
63
 # opt_enable TFT_INTERFACE_SPI TFT_LVGL_UI TFT_RES_480x320
64
 # opt_set X_DRIVER_TYPE TMC2209
64
 # opt_set X_DRIVER_TYPE TMC2209
65
 # opt_set Y_DRIVER_TYPE TMC2209
65
 # opt_set Y_DRIVER_TYPE TMC2209
66
-# exec_test $1 $2 "MKS Robin v2 nano LVGL SPI + TMC"
66
+# exec_test $1 $2 "MKS Robin v2 nano LVGL SPI + TMC" "$3"
67
 
67
 
68
 # cleanup
68
 # cleanup
69
 restore_configs
69
 restore_configs

+ 1
- 1
buildroot/tests/rambo-tests View File

68
 opt_set EXTRUDERS 0
68
 opt_set EXTRUDERS 0
69
 opt_set TEMP_SENSOR_BED 1
69
 opt_set TEMP_SENSOR_BED 1
70
 opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
70
 opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
71
-exec_test $1 $2 "Rambo heated bed only"
71
+exec_test $1 $2 "Rambo heated bed only" "$3"
72
 
72
 
73
 #
73
 #
74
 # Build with the default configurations
74
 # Build with the default configurations

+ 3
- 3
buildroot/tests/teensy41-tests View File

48
 # opt_enable Z_PROBE_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE \
48
 # opt_enable Z_PROBE_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE \
49
 #            AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE EEPROM_SETTINGS
49
 #            AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE EEPROM_SETTINGS
50
 # opt_set NUM_SERVOS 1
50
 # opt_set NUM_SERVOS 1
51
-# exec_test $1 $2 "Servo Probe"
51
+# exec_test $1 $2 "Servo Probe" "$3"
52
 #
52
 #
53
 # ...with AUTO_BED_LEVELING_3POINT, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, EEPROM_CHITCHAT, EXTENDED_CAPABILITIES_REPORT, and AUTO_REPORT_TEMPERATURES
53
 # ...with AUTO_BED_LEVELING_3POINT, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, EEPROM_CHITCHAT, EXTENDED_CAPABILITIES_REPORT, and AUTO_REPORT_TEMPERATURES
54
 #
54
 #
55
 # opt_enable AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE EEPROM_SETTINGS \
55
 # opt_enable AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE EEPROM_SETTINGS \
56
 #            EXTENDED_CAPABILITIES_REPORT AUTO_REPORT_TEMPERATURES
56
 #            EXTENDED_CAPABILITIES_REPORT AUTO_REPORT_TEMPERATURES
57
-# exec_test $1 $2 "...with AUTO_BED_LEVELING_3POINT, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, EEPROM_CHITCHAT, EXTENDED_CAPABILITIES_REPORT, and AUTO_REPORT_TEMPERATURES"
57
+# exec_test $1 $2 "...with AUTO_BED_LEVELING_3POINT, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, EEPROM_CHITCHAT, EXTENDED_CAPABILITIES_REPORT, and AUTO_REPORT_TEMPERATURES" "$3"
58
 
58
 
59
 #
59
 #
60
 # Test MAGNETIC_PARKING_EXTRUDER with no LCD
60
 # Test MAGNETIC_PARKING_EXTRUDER with no LCD
84
 # opt_set EXTRUDERS 2
84
 # opt_set EXTRUDERS 2
85
 # opt_set NUM_SERVOS 1
85
 # opt_set NUM_SERVOS 1
86
 # opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER
86
 # opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER
87
-# exec_test $1 $2 "SWITCHING_EXTRUDER"
87
+# exec_test $1 $2 "SWITCHING_EXTRUDER" "$3"
88
 
88
 
89
 #
89
 #
90
 # Enable COREXY
90
 # Enable COREXY

Loading…
Cancel
Save