aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-06-19 21:42:24 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-06-19 22:04:33 +0200
commit4416285107eb5d59768ed29692cabdc684e407f5 (patch)
treefb2c6b6c97e8e784ad5ad69c5552e123f8580090
parent2033a3769eb75b7b8685385a8f0fe6597986d2fe (diff)
downloadghdl-4416285107eb5d59768ed29692cabdc684e407f5.tar.gz
ghdl-4416285107eb5d59768ed29692cabdc684e407f5.tar.bz2
ghdl-4416285107eb5d59768ed29692cabdc684e407f5.zip
testsuite/pyunit: add opts '-vs' to pytest call
-rwxr-xr-xtestsuite/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh
index 8026af974..3408c2f4f 100755
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -130,7 +130,7 @@ do_test() {
pyunit)
# The Python Unit testsuite: regression testsuite for Python bindings to libghdl
gstart "[GHDL - test] pyunit"
- PYTHONPATH=$(pwd)/.. ${PYTHON:-python3} -m pytest -rA pyunit
+ PYTHONPATH=$(pwd)/.. ${PYTHON:-python3} -m pytest -vsrA pyunit
gend
;;