aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh
index ab4f2c6a6..55c2ff9fb 100755
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -142,7 +142,7 @@ do_gna () {
do_pyunit () {
gstart "[GHDL - test] pyunit"
cd ..
- PYTHONPATH=$(pwd) python3 -m unittest testsuite.pyunit
+ PYTHONPATH=$(pwd) python3 -m unittest testsuite.pyunit.libghdl.Initialize
cd testsuite
gend
}