Merge branch 'bugfix/make_tests_noninteractive' into 'master'

make: update template configuration before running tests

This fixes build error for non-interactive builds

See merge request !26
This commit is contained in:
Ivan Grokhotkov 2016-08-25 10:20:48 +08:00
commit bce356b700

View File

@ -30,6 +30,9 @@ function run_tests()
git clone ${ESP_IDF_TEMPLATE_GIT} template
cd template
print_status "Updating template config..."
make defconfig || exit $?
BOOTLOADER_BINS="bootloader/bootloader.elf bootloader/bootloader.bin"
APP_BINS="app-template.elf app-template.bin"