From: Tomas Krizek Date: Mon, 19 Nov 2018 13:47:49 +0000 (+0100) Subject: ci/pytests: run.sh additional pytest options X-Git-Tag: v3.2.0~18^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3249bbea82678c8f66bd0432151ec0424cab3c64;p=thirdparty%2Fknot-resolver.git ci/pytests: run.sh additional pytest options --- diff --git a/ci/pytests/run-extended.sh b/ci/pytests/run-extended.sh index 5f55517bb..694fba57e 100755 --- a/ci/pytests/run-extended.sh +++ b/ci/pytests/run-extended.sh @@ -2,4 +2,4 @@ # Execute extended, long-running test suite -python3 -m pytest tests/pytests/conn_flood.py --capture=no +python3 -m pytest -ra --capture=no tests/pytests/conn_flood.py diff --git a/ci/pytests/run.sh b/ci/pytests/run.sh index 428542d57..bd1a1b216 100755 --- a/ci/pytests/run.sh +++ b/ci/pytests/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -python3 -m pytest -n 16 tests/pytests +python3 -m pytest -ra -n 24 tests/pytests