Tests: fix path logic in Docker creation script, consequence of previous commit. wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Thu, 24 Nov 2022 17:41:24 +0100
branchwxPython4
changeset 3694 129b8e32f5bb
parent 3693 4058140a8757
child 3695 a89ebe406e35
Tests: fix path logic in Docker creation script, consequence of previous commit.
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