add few more keywords indicating failure
This commit is contained in:
parent
a68fb7847f
commit
1502f19b6c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user