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