[pim/akonadi-e2e-tests] /: Don't try to do too much in parallel, also log failures a bit better
Ben Cooksley <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c99730768d65e9863b74b441ef112220c620c6c2 by Ben Cooksley. Committed on 15/08/2026 at 04:37. Pushed by bcooksley into branch 'master'. Don't try to do too much in parallel, also log failures a bit better M +1 -1 run-tests.sh https://invent.kde.org/pim/akonadi-e2e-tests/-/commit/c99730768d65e9863b74b441ef112220c620c6c2 diff --git a/run-tests.sh b/run-tests.sh index 4e3bc23..787e1de 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later MAX_RERUN=5 -PYTEST_ARGS="-n 4 tests/" +PYTEST_ARGS="--tb=short -n 2 tests/" uv run pytest $PYTEST_ARGS