Skip to content

Commit 23c1680

Browse files
sawenzeldavidrohr
authored andcommitted
jobutils: Do not trigger on G4Exception messages
1 parent 3681c4f commit 23c1680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Utilities/Tools/jobutils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ taskwrapper() {
173173
# - segmentation violation
174174
# - there was a crash
175175
# - bus error (often occuring with shared mem)
176-
pattern="-e \"xception\" \
176+
pattern="-e \"\<[Ee]xception\" \
177177
-e \"segmentation violation\" \
178178
-e \"error while setting up workflow\" \
179179
-e \"bus error\" \

0 commit comments

Comments
 (0)