Skip to content

Commit

Permalink
Add more verbose output to PyTest module
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jun 26, 2024
1 parent f4db7cd commit 63fd545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-openshift-pytest
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63fd545

Please sign in to comment.