aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-29 02:40:13 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-29 02:47:27 +0100
commit1c38bc3933ba4e469811c5898b9aeae896e23afc (patch)
treefc1c8ec63c4c195276ec96acc1d0e660e6e994fa /testsuite
parentdcf1431dd2d469fae869204eec91882e6ab1c381 (diff)
downloadghdl-1c38bc3933ba4e469811c5898b9aeae896e23afc.tar.gz
ghdl-1c38bc3933ba4e469811c5898b9aeae896e23afc.tar.bz2
ghdl-1c38bc3933ba4e469811c5898b9aeae896e23afc.zip
pyGHDL/libghdl: fix absolute imports
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/pyunit/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/testsuite.sh b/testsuite/pyunit/testsuite.sh
index 3de4b3951..6a36bb0a6 100755
--- a/testsuite/pyunit/testsuite.sh
+++ b/testsuite/pyunit/testsuite.sh
@@ -54,6 +54,6 @@ set -e
cd $(dirname "$0")/../..
-export PYTHONPATH=$(pwd)/pyGHDL
+export PYTHONPATH=$(pwd)
python3 -m unittest testsuite.pyunit