File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
prodtests/full-system-test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if [[ $CALIB_PHS_BADMAPCALIB == 1 ]]; then
7070 EXTRA_WORKFLOW_CALIB+=" o2-phos-calib-workflow --badmap --mode 0 $ARGS_ALL | "
7171fi
7272if [[ $CALIB_PHS_TURNONCALIB == 1 ]]; then
73- EXTRA_WORKFLOW_CALIB+=" o2-phos-calib-workflow --turnon | $ARGS_ALL | "
73+ EXTRA_WORKFLOW_CALIB+=" o2-phos-calib-workflow --turnon $ARGS_ALL | "
7474fi
7575if [[ $CALIB_PHS_RUNBYRUNCALIB == 1 ]]; then
7676 EXTRA_WORKFLOW_CALIB+=" o2-phos-calib-workflow --runbyrun $ARGS_ALL | "
Original file line number Diff line number Diff line change 386386
387387# ---------------------------------------------------------------------------------------------------------------------
388388# Calibration workflows
389- workflow_has_parameter CALIB && { echo " sourcing calib " ; source ${CALIB_WF:- $MYDIR / calib-workflow.sh} ; [[ $? != 0 ]] && exit 1; }
390- workflow_has_parameter CALIB && ! workflow_has_parameters CALIB_PROXIES && { echo " sourcing aggregator " ; source ${CALIB_AGGREGATOR_WF:- $MYDIR / aggregator-workflow.sh} ; [[ $? != 0 ]] && exit 1; }
389+ workflow_has_parameter CALIB && { source ${CALIB_WF:- $MYDIR / calib-workflow.sh} ; [[ $? != 0 ]] && exit 1; }
390+ workflow_has_parameter CALIB && ! workflow_has_parameters CALIB_PROXIES && { source ${CALIB_AGGREGATOR_WF:- $MYDIR / aggregator-workflow.sh} ; [[ $? != 0 ]] && exit 1; }
391391
392392# ---------------------------------------------------------------------------------------------------------------------
393393# Event display
You can’t perform that action at this time.
0 commit comments