mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
ci: Fix build system tests to clean the dir
This commit is contained in:
@ -692,6 +692,7 @@ endmenu\n" >> ${IDF_PATH}/Kconfig
|
||||
rm -f log.txt
|
||||
|
||||
print_status "Build fails if partitions don't fit in flash"
|
||||
clean_build_dir
|
||||
sed -i.bak "s/CONFIG_ESPTOOLPY_FLASHSIZE.\+//" sdkconfig # remove all flashsize config
|
||||
echo "CONFIG_ESPTOOLPY_FLASHSIZE_1MB=y" >> sdkconfig # introduce undersize flash
|
||||
( idf.py build 2>&1 | grep "does not fit in configured flash size 1MB" ) || failure "Build didn't fail with expected flash size failure message"
|
||||
|
Reference in New Issue
Block a user