File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ test_single_wf()
7474 if [[ " ${ret_this} " != " 0" ]] ; then
7575 echo " [FATAL]: O2DPG_TEST Workflow creation failed" >> ${LOG_FILE_WF}
7676 elif [[ " ${execute} " != " " ]] ; then
77- local memlimit=${O2DPG_TEST_WORKFLOW_MEMLIMIT: +--mem-limit O2DPG_TEST_WORKFLOW_MEMLIMIT}
77+ local memlimit=${O2DPG_TEST_WORKFLOW_MEMLIMIT: +--mem-limit ${ O2DPG_TEST_WORKFLOW_MEMLIMIT} }
7878 ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit 8 -tt aod ${memlimit} >> ${LOG_FILE_WF} 2>&1
7979 ret_this=${?}
8080 [[ " ${ret_this} " == " 0" ]] && { ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow.json --cpu-limit 8 --target-labels QC ${memlimit} >> ${LOG_FILE_WF} 2>&1 ; ret_this_qc=${?} ; }
You can’t perform that action at this time.
0 commit comments