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 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
;;