Skip to content

Commit

Permalink
Back to normal test-output
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Dec 22, 2024
1 parent ec36bd0 commit f2880b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/tests_and_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ set +u

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

Expand Down

0 comments on commit f2880b7

Please sign in to comment.