Skip to content

Commit 04d2155

Browse files
update for apass4
1 parent 074b8f0 commit 04d2155

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DATA/production/configurations/2021/OCT/apass4/async_pass.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then
144144
fi
145145

146146
ln -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

0 commit comments

Comments
 (0)