Skip to content

Commit

Permalink
scripts: Add more patterns to cc-collect-data.sh
Browse files Browse the repository at this point in the history
Add a few more patterns to try harder to look for problems
in the global log.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Sep 25, 2017
1 parent 1c7d20c commit 541fe44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/cc-collect-data.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,10 @@ show_runtime_log_details()
if [ -e "$global_log" ]; then
local pattern="("
pattern+="\<warn\>"
pattern+="\<warning\>"
pattern+="|\<error\>"
pattern+="|\<fail\>"
pattern+="|\<failed\>"
pattern+="|\<fatal\>"
pattern+="|\<impossible\>"
pattern+="|\<missing\>"
Expand Down

0 comments on commit 541fe44

Please sign in to comment.