[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,11 +3,8 @@
# exit on first failure
set -e
env_backup
restore_configs
opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
update_defaults
exec_test $1 $2 "Build Re-ARM Default Configuration"
restore_configs
@ -63,4 +60,5 @@ opt_enable FAN_SOFT_PWM SDSUPPORT
opt_enable USE_XMAX_PLUG
exec_test $1 $2 "MKS SBASE Many less common options"
env_restore
#clean up
restore_configs