forked from espressif/esp-idf
ci: detect command not found build errors
This commit is contained in:
@@ -152,7 +152,7 @@ build_example () {
|
|||||||
cat ${BUILDLOG}
|
cat ${BUILDLOG}
|
||||||
popd
|
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
|
EXAMPLE_NUM=0
|
||||||
|
Reference in New Issue
Block a user