add few more keywords indicating failure

This commit is contained in:
George Danchev 2011-07-07 14:28:32 +00:00
parent c35a372c88
commit 12c6ec47b0

View File

@ -82,7 +82,7 @@ fi
# thrown by xorriso and underlying libraries # thrown by xorriso and underlying libraries
LIST_KWD="(NEVER|ABORT|FATAL|FAILURE|MISHAP|SORRY|WARNING|HINT|NOTE|DEBUG|ALL" LIST_KWD="(NEVER|ABORT|FATAL|FAILURE|MISHAP|SORRY|WARNING|HINT|NOTE|DEBUG|ALL"
# thrown by others # thrown by others
LIST_KWD+="|FAIL)" LIST_KWD+="|FAIL|ERROR|WRONG)"
if [ -f "${CLOG}" ]; then if [ -f "${CLOG}" ]; then
set +e set +e