Skip to content

Commit

Permalink
Catch more O2 errors (AliceO2Group#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera authored Jun 23, 2021
1 parent 56e489d commit 6e781cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/run_o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ bash "$SCRIPT" "$FILEIN" "$JSON" > "$LOGFILE" 2>&1
ExitCode=$?

# Show warnings and errors in the log file.
grep -e "\\[WARN\\]" -e "\\[ERROR\\]" -e "\\[FATAL\\]" -e "segmentation" -e "command not found" "$LOGFILE" | sort -u
grep -e "\\[WARN\\]" -e "\\[ERROR\\]" -e "\\[FATAL\\]" -e "segmentation" -e "command not found" -e "Error:" "$LOGFILE" | sort -u

exit $ExitCode

0 comments on commit 6e781cb

Please sign in to comment.