We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd05e4 commit 421210fCopy full SHA for 421210f
prodtests/sim_challenge.sh
@@ -53,6 +53,7 @@ taskwrapper() {
53
pattern="-e \"xception\" \
54
-e \"segmentation violation\" \
55
-e \"error while setting up workflow\" \
56
+ -e \"bus error\" \
57
-e \"There was a crash.\""
58
59
grepcommand="grep -H ${pattern} $logfile >> encountered_exceptions_list 2>/dev/null"
0 commit comments