aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh
index 0c287a6f2..b52b0ea8d 100755
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -117,7 +117,7 @@ do_test() {
pyunit)
# The Python Unit testsuite: regression testsuite for Python bindings to libghdl
gstart "[GHDL - test] pyunit"
- PYTHONPATH=$(pwd)/.. python3 -m pytest -rA pyunit
+ PYTHONPATH=$(pwd)/.. ${PYTHON:-python3} -m pytest -rA pyunit
gend
;;