maintain a separate list of keywords for xorriso+underlying libs and other apps
This commit is contained in:
parent
893f22611e
commit
03f18b78d0
@ -78,7 +78,10 @@ fi
|
|||||||
# List of boring keywords:
|
# List of boring keywords:
|
||||||
# 'UPDATE' A pacifier message during long running operations.
|
# 'UPDATE' A pacifier message during long running operations.
|
||||||
# List of interesting keywords:
|
# List of interesting keywords:
|
||||||
LIST_KWD="(NEVER|ABORT|FATAL|FAILURE|MISHAP|SORRY|WARNING|HINT|NOTE|DEBUG|ALL)"
|
# thrown by xorriso and underlying libraries
|
||||||
|
LIST_KWD="(NEVER|ABORT|FATAL|FAILURE|MISHAP|SORRY|WARNING|HINT|NOTE|DEBUG|ALL"
|
||||||
|
# thrown by others
|
||||||
|
LIST_KWD+="|FAIL)"
|
||||||
|
|
||||||
if [ -f "${CLOG}" ]; then
|
if [ -f "${CLOG}" ]; then
|
||||||
set +e
|
set +e
|
||||||
|
Loading…
Reference in New Issue
Block a user