Skip to content

Commit b5dfe50

Browse files
authored
start_tmux.sh: create ED directory to avoid filesystem errors during o2-eve-export-workflow (#14961)
1 parent 7aa1bbc commit b5dfe50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prodtests/full-system-test/start_tmux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export DATADIST_NEW_DPL_CHAN=1
9191

9292
[[ -z $GEN_TOPO_MYDIR ]] && GEN_TOPO_MYDIR="$(dirname $(realpath $0))"
9393
source $GEN_TOPO_MYDIR/setenv.sh || { echo "setenv.sh failed" 1>&2 && exit 1; }
94+
mkdir -p $EDJSONS_DIR # create event display directory to avoid filesystem error messages
9495

9596
workflow_has_parameter QC && export QC_REDIRECT_MERGER_TO_LOCALHOST=1
9697

0 commit comments

Comments
 (0)