From 94cba9981c6d00cf723e82d4df1a089c379580a4 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 26 Jun 2024 11:56:22 +0200 Subject: [PATCH] Add more verbose output to PyTest module Signed-off-by: Petr "Stone" Hracek --- test/run-openshift-pytest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-openshift-pytest b/test/run-openshift-pytest index 13fee31b..b6330104 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_nginx_*.py +cd "${THISDIR}" && python3 -m pytest -s -rxfapP --showlocals -vv test_nginx_*.py