Skip to content

Commit

Permalink
Update failure message pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sawenzel committed Dec 15, 2023
1 parent c436c65 commit 174c9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GRID/utils/extractFailureMessage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pattern="-e \"\<[Ee]xception\" \
-e \"\*\*\* Program crashed\" \
-e \"\*\*\* Fatal Exception\" \
-e \"was killed abnormally\" \
-e \"line.*Killed\" \
-e \"\*\*\* Error in\"" # <--- LIBC fatal error messages

CMD="grep -m 1 -B2 -A10 ${pattern} $filetocheck"
Expand Down

0 comments on commit 174c9b8

Please sign in to comment.