Skip to content

Commit 458c0b5

Browse files
martenoledavidrohr
authored andcommitted
Fix disable output file writing of ED in FST
1 parent 19cef0a commit 458c0b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/start_tmux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ -z "${WORKFLOW_PARAMETERS+x}" ]]; then
1616
else
1717
export WORKFLOW_PARAMETERS="${WORKFLOW_PARAMETERS},CALIB_PROXIES"
1818
fi
19-
[[ -z $ARGS_EXTRA_PROCESS_o2_eve_export_workflow ]] && ARGS_EXTRA_PROCESS_o2_eve_export_workflow="--disable-write"
19+
[[ -z $ARGS_EXTRA_PROCESS_o2_eve_export_workflow ]] && export ARGS_EXTRA_PROCESS_o2_eve_export_workflow="--disable-write"
2020
if [[ -z "${GEN_TOPO_WORKDIR}" ]]; then
2121
mkdir -p gen_topo_tmp
2222
export GEN_TOPO_WORKDIR=`pwd`/gen_topo_tmp

0 commit comments

Comments
 (0)