Skip to content

Commit b0ba16b

Browse files
committed
Bugfix: disable emcal workflow's root output (enabled by default) in full system test
1 parent 378e6bf commit b0ba16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $CMD_MID | \
9696
o2-mid-entropy-encoder-workflow $ARGS_ALL | \
9797
o2-phos-reco-workflow $ARGS_ALL --input-type raw --output-type cells | \
9898
o2-phos-entropy-encoder-workflow $ARGS_ALL |\
99-
o2-emcal-reco-workflow $ARGS_ALL --input-type raw --output-type cells | \
99+
o2-emcal-reco-workflow $ARGS_ALL --input-type raw --output-type cells --disable-root-output | \
100100
o2-emcal-entropy-encoder-workflow $ARGS_ALL |\
101101
o2-tof-compressor $ARGS_ALL | \
102102
o2-tof-reco-workflow $ARGS_ALL --configKeyValues "HBFUtils.nHBFPerTF=$NHBPERTF" --input-type raw --output-type ctf,clusters,matching-info --disable-root-output $DISABLE_MC | \

0 commit comments

Comments
 (0)