# HG changeset patch # User Edouard Tisserant # Date 1669308084 -3600 # Node ID 129b8e32f5bbb2a3bb4578c1b564460c0e2fef88 # Parent 4058140a8757ebf30ce595d3185de5f42e06a05f Tests: fix path logic in Docker creation script, consequence of previous commit. diff -r 4058140a8757 -r 129b8e32f5bb tests/tools/Docker/create_docker_container.sh --- 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