From: Renz Christian Bagaporo Date: Mon, 17 Dec 2018 06:03:45 +0000 (+0800) Subject: ci: detect command not found build errors X-Git-Tag: v3.3-beta2~170^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=911d2352acf7e2971d66db27c8fddc05cb5484ca;p=esp-idf ci: detect command not found build errors --- diff --git a/tools/ci/build_examples.sh b/tools/ci/build_examples.sh index eb8a5993ae..cd729406ff 100755 --- a/tools/ci/build_examples.sh +++ b/tools/ci/build_examples.sh @@ -152,7 +152,7 @@ build_example () { cat ${BUILDLOG} popd - grep -i "error\|warning" "${BUILDLOG}" 2>&1 >> "${LOG_SUSPECTED}" || : + grep -i "error\|warning\|command not found" "${BUILDLOG}" 2>&1 >> "${LOG_SUSPECTED}" || : } EXAMPLE_NUM=0