Tests: fix path logic in Docker creation script, consequence of previous commit.
--- a/tests/tools/Docker/create_docker_container.sh Thu Nov 24 17:21:53 2022 +0100
+++ b/tests/tools/Docker/create_docker_container.sh Thu Nov 24 17:41:24 2022 +0100
@@ -3,7 +3,7 @@
set -e
# source directory containing beremiz, matiec, etc..
-SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd ../../../../.. && pwd )"
+SRCDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd ../../../.. && pwd )"
echo "SOURCE direcory : $SRCDIR"
# absolute path to test directory. ~/test if not given as only argument