don't stop ART job on ERROR message, or IDPVM error
Allow test_run4_acts_ckf_ttbar_PU200.sh
to continue to runIDPVM.py
and dcube.py
if there was an unignored ERROR
, because the results might still be useful. Also, don't stop on runIDPVM.py
error, just skip that job's dcube.py
.
This is implemented as follows:
- don't stop job on
ERROR
message (Reco_tf.py
return code 68) - don't stop job if there is an
runIDPVM.py
error - just don't rundcube.py
on those results - final
exit
code is the first non-zero return code