We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa1bbc commit b5dfe50Copy full SHA for b5dfe50
prodtests/full-system-test/start_tmux.sh
@@ -91,6 +91,7 @@ export DATADIST_NEW_DPL_CHAN=1
91
92
[[ -z $GEN_TOPO_MYDIR ]] && GEN_TOPO_MYDIR="$(dirname $(realpath $0))"
93
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
95
96
workflow_has_parameter QC && export QC_REDIRECT_MERGER_TO_LOCALHOST=1
97
0 commit comments