Add Exception as a keyword for detecting error in EMS step

This commit is contained in:
Hieu Hoang 2014-01-12 13:50:01 +00:00
parent 753b6f00c9
commit a975e3d32d

View File

@ -1354,7 +1354,7 @@ sub check_if_crashed {
'died at','exit code','permission denied',
'segmentation fault','abort',
'no space left on device',
'can\'t locate', 'unrecognized option') {
'can\'t locate', 'unrecognized option', 'Exception') {
if (/$pattern/i) {
my $not_error = 0;
if (defined($NOT_ERROR{&defined_step_id($i)})) {