Merge branch 'bugfix/fix_build_cmake_example_failing' into 'master'

Fix false positive errors with CMake example builds

See merge request idf/esp-idf!4608
pull/3310/head
Ivan Grokhotkov 2019-04-26 18:20:53 +08:00
commit ca6cff7637
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -143,7 +143,7 @@ build_example () {
else else
rm -rf build && rm -rf build &&
./build.sh >>${BUILDLOG} 2>&1 ./build.sh >>${BUILDLOG} 2>&1
fi && fi ||
{ {
RESULT=$?; FAILED_EXAMPLES+=" ${EXAMPLE_NAME}" ; RESULT=$?; FAILED_EXAMPLES+=" ${EXAMPLE_NAME}" ;
} }