Skip to content

Commit c8ecd39

Browse files
fixes
1 parent 8421876 commit c8ecd39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 | "
7171
fi
7272
if [[ $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 | "
7474
fi
7575
if [[ $CALIB_PHS_RUNBYRUNCALIB == 1 ]]; then
7676
EXTRA_WORKFLOW_CALIB+="o2-phos-calib-workflow --runbyrun $ARGS_ALL | "

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ fi
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

0 commit comments

Comments
 (0)