aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-01 04:18:15 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-01 11:19:04 +0100
commitfad4d10f4ab0f8700d111dbefb9e036b19576125 (patch)
tree30ec1d91bfbe9500f0da014bcfb4796a25354348 /testsuite
parentff6c17f5880428fe176c871c255222c7b7ae9879 (diff)
downloadghdl-fad4d10f4ab0f8700d111dbefb9e036b19576125.tar.gz
ghdl-fad4d10f4ab0f8700d111dbefb9e036b19576125.tar.bz2
ghdl-fad4d10f4ab0f8700d111dbefb9e036b19576125.zip
coverage: run pyunit directly
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 d56d78ffe..f62d9e577 100755
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -141,7 +141,7 @@ do_gna () {
# The Python Unit testsuite: regression testsuite for Python bindings to libghdl
do_pyunit () {
gstart "[GHDL - test] pyunit"
- PYTHONPATH=$(pwd)/.. python3 -m pytest -rA $PYTEST_ARGS pyunit
+ PYTHONPATH=$(pwd)/.. python3 -m pytest -rA pyunit
gend
}