From 3249bbea82678c8f66bd0432151ec0424cab3c64 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Mon, 19 Nov 2018 14:47:49 +0100 Subject: [PATCH] ci/pytests: run.sh additional pytest options --- ci/pytests/run-extended.sh | 2 +- ci/pytests/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2