File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
DATA/production/configurations/2021/OCT/apass4 Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then
144144fi
145145
146146ln -sf $O2DPG_ROOT /DATA/common/setenv.sh
147+ ln -sf $O2DPG_ROOT /DATA/common/getCommonArgs.sh
148+ ln -sf $O2_ROOT /prodtests/full-system-test/workflow-setup.sh
147149
148150# reco and matching
149151# print workflow
@@ -170,7 +172,7 @@ if [[ -f "AO2D.root" ]]; then
170172 exit $exitcode
171173 fi
172174 ${O2DPG_ROOT} /MC/analysis_testing/o2dpg_analysis_test_workflow.py --merged-task -f AO2D.root
173- ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow_analysis_test.json
175+ ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow_analysis_test.json > analysisQC.log
174176 if [[ -f " Analysis/MergedAnalyses/AnalysisResults.root" ]]; then
175177 mv Analysis/MergedAnalyses/AnalysisResults.root .
176178 else
You can’t perform that action at this time.
0 commit comments