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