Skip to content

Commit ddb5011

Browse files
committed
FST: Don't create compressed TPC data if CTF not requested
1 parent 7331a5b commit ddb5011

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
@@ -135,7 +135,7 @@ else
135135
fi
136136
fi
137137

138-
has_processing_step ENTROPY_ENCODER && GPU_OUTPUT+=",compressed-clusters-ctf"
138+
has_processing_step ENTROPY_ENCODER && has_detector_ctf TPC && GPU_OUTPUT+=",compressed-clusters-ctf"
139139

140140
has_detector_flp_processing CPV && CPV_INPUT=digits
141141
! has_detector_flp_processing TOF && TOF_CONFIG+=" --ignore-dist-stf"

0 commit comments

Comments
 (0)