diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-19 21:42:24 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-06-19 22:04:33 +0200 |
commit | 4416285107eb5d59768ed29692cabdc684e407f5 (patch) | |
tree | fb2c6b6c97e8e784ad5ad69c5552e123f8580090 /testsuite | |
parent | 2033a3769eb75b7b8685385a8f0fe6597986d2fe (diff) | |
download | ghdl-4416285107eb5d59768ed29692cabdc684e407f5.tar.gz ghdl-4416285107eb5d59768ed29692cabdc684e407f5.tar.bz2 ghdl-4416285107eb5d59768ed29692cabdc684e407f5.zip |
testsuite/pyunit: add opts '-vs' to pytest call
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/testsuite.sh | 2 |
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 ;; |