maintain a separate list of keywords for xorriso+underlying libs and other apps

This commit is contained in:
George Danchev 2011-07-05 12:07:32 +00:00
parent 893f22611e
commit 03f18b78d0
1 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,10 @@ fi
# List of boring keywords:
# 'UPDATE' A pacifier message during long running operations.
# 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
set +e