Skip to content

Commit 94cba99

Browse files
committed
Add more verbose output to PyTest module
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 8e53c2f commit 94cba99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-openshift-pytest

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ THISDIR=$(dirname ${BASH_SOURCE[0]})
1010

1111
git show -s
1212

13-
cd "${THISDIR}" && python3 -m pytest --showlocals -vv test_nginx_*.py
13+
cd "${THISDIR}" && python3 -m pytest -s -rxfapP --showlocals -vv test_nginx_*.py

0 commit comments

Comments
 (0)