Skip to content

Commit 8c18864

Browse files
[SimCI] Make a variable (#1503)
1 parent f568fd4 commit 8c18864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_workflow_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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=${?} ; }

0 commit comments

Comments
 (0)