File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -709,7 +709,10 @@ workflow_has_parameter GPU_DISPLAY && [[ $NUMAID == 0 ]] && add_W o2-gpu-display
709709
710710# ---------------------------------------------------------------------------------------------------------------------
711711# AOD
712- [[ ${SECTVTX_ON:- } != " 1" ]] && AODPROD_OPT+=" --disable-secondary-vertices "
712+ if [[ ${SECTVTX_ON:- } != " 1" ]]; then
713+ AODPROD_OPT+=" --disable-secondary-vertices "
714+ [[ " 0$STRTRACKING " == " 0" ]] && STRTRACKING=" --disable-strangeness-tracker "
715+ fi
713716AODPROD_OPT+=" $STRTRACKING "
714717workflow_has_parameter AOD && [[ -n " $AOD_SOURCES " ]] && add_W o2-aod-producer-workflow " $AODPROD_OPT --info-sources $AOD_SOURCES $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) "
715718
You can’t perform that action at this time.
0 commit comments