diff --git a/make/build_system_tests.sh b/make/build_system_tests.sh index 6006f05a90..5824cf2b8e 100755 --- a/make/build_system_tests.sh +++ b/make/build_system_tests.sh @@ -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"