diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-29 02:40:13 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-29 02:47:27 +0100 |
commit | 1c38bc3933ba4e469811c5898b9aeae896e23afc (patch) | |
tree | fc1c8ec63c4c195276ec96acc1d0e660e6e994fa /testsuite | |
parent | dcf1431dd2d469fae869204eec91882e6ab1c381 (diff) | |
download | ghdl-1c38bc3933ba4e469811c5898b9aeae896e23afc.tar.gz ghdl-1c38bc3933ba4e469811c5898b9aeae896e23afc.tar.bz2 ghdl-1c38bc3933ba4e469811c5898b9aeae896e23afc.zip |
pyGHDL/libghdl: fix absolute imports
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/pyunit/testsuite.sh | 2 |
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 |