Update platform tests to use '.test' folder

This commit is contained in:
Scott Lahteine
2018-09-01 02:50:47 -05:00
parent 18f1af2dca
commit 05dc79e78d
11 changed files with 61 additions and 64 deletions

View File

@ -3,10 +3,12 @@
# exit on first failure
set -e
restore_configs
env_backup
opt_set MOTHERBOARD BOARD_STM32F1R
update_defaults
opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT
exec_test $1 $2 "STM32F1R EEPROM_SETTINGS EEPROM_CHITCHAT REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT"
#cleanup
restore_configs
env_restore