File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if [[ -z $es_node_name ]]; then
4343
4444fi
4545
46- export script_path=$( dirname $( realpath -s $0 ) )
46+ export script_path=$( dirname $( realpath $0 ) )
4747 source $script_path /functions/cleanup.sh
4848 source $script_path /functions/wait-for-container.sh
4949 trap " cleanup_trap ${network_name} " EXIT
Original file line number Diff line number Diff line change 2121# - Moved ELASTIC_PASSWORD and xpack.security.enabled to the base arguments for "Security On by default"
2222# - Use https only when TEST_SUITE is "platinum", when "free" use http
2323
24- script_path=$( dirname $( realpath -s $0 ) )
24+ script_path=$( dirname $( realpath $0 ) )
2525source $script_path /functions/imports.sh
2626set -euo pipefail
2727
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export TEST_SUITE="${TEST_SUITE:=platinum}"
1010export PYTHON_VERSION=" ${PYTHON_VERSION:= 3.13} "
1111export PYTHON_CONNECTION_CLASS=" ${PYTHON_CONNECTION_CLASS:= urllib3} "
1212
13- script_path=$( dirname $( realpath -s $0 ) )
13+ script_path=$( dirname $( realpath $0 ) )
1414source $script_path /functions/imports.sh
1515set -euo pipefail
1616
You can’t perform that action at this time.
0 commit comments