aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-29 03:32:30 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-29 03:32:30 +0100
commit91dfd9cfec7d7eb097c8c912bac82ce55bf0dd79 (patch)
treed932988ec222826948106f4e12c8f7850d869de3
parent8977b7432b4cd362795f8dd89a59bc7328d01212 (diff)
downloadghdl-91dfd9cfec7d7eb097c8c912bac82ce55bf0dd79.tar.gz
ghdl-91dfd9cfec7d7eb097c8c912bac82ce55bf0dd79.tar.bz2
ghdl-91dfd9cfec7d7eb097c8c912bac82ce55bf0dd79.zip
testsuite/pyunit: use realpath
-rwxr-xr-xtestsuite/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh
index c11b90993..e5d06279e 100755
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -142,7 +142,7 @@ do_gna () {
do_pyunit () {
gstart "[GHDL - test] pyunit"
- cd $(dirname "$0")/..
+ cd $(realpath "$0")/..
PYTHONPATH=$(pwd) python3 -m unittest testsuite.pyunit
gend