Skip to content

Commit

Permalink
ci: enable pytest run debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed May 31, 2024
1 parent dc05ae7 commit cdd125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ ccm remove
# run test

export MAPPED_SCYLLA_VERSION=3.11.4
PROTOCOL_VERSION=4 pytest -rf --import-mode append $*
PROTOCOL_VERSION=4 pytest -vv -s --log-cli-level=debug -rf --import-mode append $*

0 comments on commit cdd125a

Please sign in to comment.