There was an error while loading. Please reload this page.
1 parent 681238b commit b98dde7Copy full SHA for b98dde7
1 file changed
prodtests/full-system-test/dpl-workflow.sh
@@ -32,6 +32,7 @@ fi
32
33
# entropy encoding/decoding mode, default "" is equivalent to '--ans-version compat' (compatible with < 09/2023 data),
34
# use '--ans-version 1.0 --ctf-dict none' for the new per-TF dictionary mode
35
+[[ $EPNSYNCMODE == 1 && -z ${RANS_OPT:-} ]] && RANS_OPT="--ans-version 1.0 --ctf-dict none"
36
: ${RANS_OPT:=""}
37
38
workflow_has_parameter CTF && export SAVECTF=1
0 commit comments