diff --git a/ci/run_integration_test.sh b/ci/run_integration_test.sh index 2796a33e61..f7f1f8769e 100755 --- a/ci/run_integration_test.sh +++ b/ci/run_integration_test.sh @@ -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 $*