Skip to content

Commit fa5efb2

Browse files
committed
Revert "Full test-output"
This reverts commit d9bdb7c.
1 parent 637f875 commit fa5efb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/tests_and_coverage.sh

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

2626
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
2727
# Python tests (rerun with debug if failures)
28-
# PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
29-
PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
28+
PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing || PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
3029
fi
3130

3231
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then

0 commit comments

Comments
 (0)