Skip to content

Commit b17a1fc

Browse files
committed
Back to normal test-output
1 parent 667e26a commit b17a1fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/tests_and_coverage.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ set +u
5252

5353
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
5454
# Python tests (rerun with debug if failures)
55-
# PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
56-
PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
55+
PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing || PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
5756
handle_command_error "python code testing"
5857
fi
5958

0 commit comments

Comments
 (0)