From 78a0644a8ff72ad082a04130962f56f914ed98a7 Mon Sep 17 00:00:00 2001 From: Ernst Hellbar Date: Thu, 15 Jan 2026 15:58:38 +0100 Subject: [PATCH] start_tmux.sh: create ED directory to avoid filesystem errors during o2-eve-export-workflow --- prodtests/full-system-test/start_tmux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prodtests/full-system-test/start_tmux.sh b/prodtests/full-system-test/start_tmux.sh index 22b658856803a..fb69cc1e6baec 100755 --- a/prodtests/full-system-test/start_tmux.sh +++ b/prodtests/full-system-test/start_tmux.sh @@ -91,6 +91,7 @@ export DATADIST_NEW_DPL_CHAN=1 [[ -z $GEN_TOPO_MYDIR ]] && GEN_TOPO_MYDIR="$(dirname $(realpath $0))" source $GEN_TOPO_MYDIR/setenv.sh || { echo "setenv.sh failed" 1>&2 && exit 1; } +mkdir -p $EDJSONS_DIR # create event display directory to avoid filesystem error messages workflow_has_parameter QC && export QC_REDIRECT_MERGER_TO_LOCALHOST=1