Skip to content

Commit a979c45

Browse files
committed
dpl-workflow.sh: enable ALPIDE_ERR_DUMPS by default in online physics runs
1 parent 63e5c61 commit a979c45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR"
106106
: ${ITSTPC_CONFIG_KEY:=}
107107
: ${AOD_SOURCES:=$TRACK_SOURCES}
108108
: ${AODPROD_OPT:=}
109-
: ${ALPIDE_ERR_DUMPS:=0}
109+
: ${ALPIDE_ERR_DUMPS:=}
110+
[[ -z $ALPIDE_ERR_DUMPS ]] && [[ $EPNSYNCMODE == 1 && $RUNTYPE == "PHYSICS" ]] && ALPIDE_ERR_DUMPS=1 || ALPIDE_ERR_DUMPS=0
110111

111112
[[ "0$DISABLE_ROOT_OUTPUT" == "00" ]] && DISABLE_ROOT_OUTPUT=
112113

0 commit comments

Comments
 (0)