[2.0.x] Debug Travis tests and scripts (#11704)

This commit is contained in:
Scott Lahteine
2018-09-02 03:27:39 -05:00
committed by GitHub
parent d0c96ee83e
commit 8c11220042
13 changed files with 64 additions and 71 deletions

View File

@ -3,12 +3,10 @@
# exit on first failure
set -e
env_backup
restore_configs
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"
env_restore
#cleanup
restore_configs