ci: detect command not found build errors

This commit is contained in:
Renz Christian Bagaporo 2018-12-17 14:03:45 +08:00
parent af5cff0589
commit 911d2352ac

View file

@ -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