We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397c97f commit c3799d4Copy full SHA for c3799d4
prodtests/full-system-test/aggregator-workflow.sh
@@ -409,5 +409,5 @@ if ! workflow_has_parameter CALIB_LOCAL_INTEGRATED_AGGREGATOR; then
409
WORKFLOW+="o2-dpl-run $ARGS_ALL $GLOBALDPLOPT"
410
[[ $WORKFLOWMODE != "print" ]] && WORKFLOW+=" --${WORKFLOWMODE} ${WORKFLOWMODE_FILE:-}"
411
[[ $WORKFLOWMODE == "print" || "${PRINT_WORKFLOW:-}" == "1" ]] && echo "#Aggregator Workflow command:\n\n${WORKFLOW}\n" | sed -e "s/\\\\n/\n/g" -e"s/| */| \\\\\n/g" | eval cat $( [[ $WORKFLOWMODE == "dds" ]] && echo '1>&2')
412
- if [[ $WORKFLOWMODE != "print" ]]; then eval $WORKFLOW; else true; fi
+ if [[ $WORKFLOWMODE != "print" ]] && [[ ! -z $WORKFLOW ]] && [[ $WORKFLOW != "echo '{}' | " ]]; then eval $WORKFLOW; else true; fi
413
fi
0 commit comments