Skip to content

Commit ad54efd

Browse files
chiarazampollishahor02
authored andcommitted
Fix for unbound vars
1 parent 9bee255 commit ad54efd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@ AODPROD_OPT+=" $STRTRACKING "
589589
workflow_has_parameter AOD && [[ ! -z "$AOD_INPUT" ]] && add_W o2-aod-producer-workflow "$AODPROD_OPT --info-sources $AOD_INPUT $DISABLE_ROOT_INPUT --aod-writer-keep dangling --aod-writer-resfile \"AO2D\" --aod-writer-resmode UPDATE $DISABLE_MC --pipeline $(get_N aod-producer-workflow AOD REST 1 AODPROD)"
590590

591591
# extra workflows in case we want to extra ITS/MFT info for dead channel maps to then go to CCDB for MC
592+
: ${ALIEN_JDL_PROCESSITSDEADMAP:=}
593+
: ${ALIEN_JDL_PROCESSMFTDEADMAP:=}
592594
[[ $ALIEN_JDL_PROCESSITSDEADMAP == 1 ]] && has_detector ITS && add_W o2-itsmft-deadmap-builder-workflow " --local-output --output-dir . --source clusters --tf-sampling 1000"
593595
[[ $ALIEN_JDL_PROCESSMFTDEADMAP == 1 ]] && has_detector MFT && add_W o2-itsmft-deadmap-builder-workflow " --runmft --local-output --output-dir . --source clusters --tf-sampling 1000"
594596

0 commit comments

Comments
 (0)