We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e5c61 commit a979c45Copy full SHA for a979c45
prodtests/full-system-test/dpl-workflow.sh
@@ -106,7 +106,8 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR"
106
: ${ITSTPC_CONFIG_KEY:=}
107
: ${AOD_SOURCES:=$TRACK_SOURCES}
108
: ${AODPROD_OPT:=}
109
-: ${ALPIDE_ERR_DUMPS:=0}
+: ${ALPIDE_ERR_DUMPS:=}
110
+[[ -z $ALPIDE_ERR_DUMPS ]] && [[ $EPNSYNCMODE == 1 && $RUNTYPE == "PHYSICS" ]] && ALPIDE_ERR_DUMPS=1 || ALPIDE_ERR_DUMPS=0
111
112
[[ "0$DISABLE_ROOT_OUTPUT" == "00" ]] && DISABLE_ROOT_OUTPUT=
113
0 commit comments