From 4416285107eb5d59768ed29692cabdc684e407f5 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sat, 19 Jun 2021 21:42:24 +0200 Subject: testsuite/pyunit: add opts '-vs' to pytest call --- testsuite/testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit v1.2.3