diff --git a/test/run-openshift-pytest b/test/run-openshift-pytest index 208b035..ae8fce9 100755 --- a/test/run-openshift-pytest +++ b/test/run-openshift-pytest @@ -8,4 +8,4 @@ THISDIR=$(dirname ${BASH_SOURCE[0]}) -cd "${THISDIR}" && python3 -m pytest --showlocals -vv test_*.py +cd "${THISDIR}" && python3 -m pytest -s -rxfapP --showlocals -vv test_*.py