Skip to content

Commit 863b4a5

Browse files
committed
FST: Remove obsolete option
1 parent a087fe0 commit 863b4a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ fi
360360
# ---------------------------------------------------------------------------------------------------------------------
361361
# Raw decoder workflows - disabled in async mode
362362
if [[ $CTFINPUT == 0 && $DIGITINPUT == 0 ]]; then
363-
if has_detector TPC && [[ "0$TPC_CONVERT_LINKZS_TO_RAW" == "01" ]] && [[ "0$TPC_NO_CONVERT_LINKZS_TO_RAW" != "01" ]]; then
363+
if has_detector TPC && [[ "0$TPC_CONVERT_LINKZS_TO_RAW" == "01" ]]; then
364364
GPU_INPUT=zsonthefly
365365
add_W o2-tpc-raw-to-digits-workflow "--input-spec \"\" --remove-duplicates --pipeline $(get_N tpc-raw-to-digits-0 TPC RAW 1 TPCRAWDEC)"
366366
add_W o2-tpc-reco-workflow "--input-type digitizer --output-type zsraw,disable-writer --pipeline $(get_N tpc-zsEncoder TPC RAW 1 TPCRAWDEC)"

0 commit comments

Comments
 (0)