Update test scripts to error on unknown (#16229)

This commit is contained in:
Jeff Eberl
2019-12-19 20:03:42 -07:00
committed by Scott Lahteine
parent d81de7f521
commit 70325a6a0f
10 changed files with 41 additions and 25 deletions

View File

@ -12,8 +12,8 @@ set -e
restore_configs
opt_set MOTHERBOARD BOARD_ESPRESSIF_ESP32
opt_enable WIFISUPPORT GCODE_MACROS BAUD_RATE_GCODE
opt_set "WIFI_SSID \"ssid\""
opt_set "WIFI_PWD \"password\""
opt_set WIFI_SSID "\"ssid\""
opt_set WIFI_PWD "\"password\""
opt_set TX_BUFFER_SIZE 64
opt_add WEBSUPPORT
exec_test $1 $2 "ESP32 with WIFISUPPORT and WEBSUPPORT"