Skip to content

Commit d26cc87

Browse files
committed
Full test-output
1 parent 6e2c5e3 commit d26cc87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tests_and_coverage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ set +u
4343

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

0 commit comments

Comments
 (0)