diff --git a/releng/run_all_releng b/releng/run_all_releng index 453c7dd2..f93abacb 100755 --- a/releng/run_all_releng +++ b/releng/run_all_releng @@ -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