We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dfe50 commit 34ccce6Copy full SHA for 34ccce6
prodtests/full-system-test/dpl-workflow.sh
@@ -106,7 +106,9 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR"
106
: ${ITSTPC_CONFIG_KEY:=}
107
: ${AOD_SOURCES:=$TRACK_SOURCES}
108
: ${AODPROD_OPT:=}
109
-: ${ALPIDE_ERR_DUMPS:=0}
+if [[ -z $ALPIDE_ERR_DUMPS ]]; then
110
+ [[ $EPNSYNCMODE == 1 && $RUNTYPE == "PHYSICS" ]] && ALPIDE_ERR_DUMPS=1 || ALPIDE_ERR_DUMPS=0
111
+fi
112
113
[[ "0$DISABLE_ROOT_OUTPUT" == "00" ]] && DISABLE_ROOT_OUTPUT=
114
0 commit comments