From cdd125adbc7b0af1a9e5a1deaa5fc3d03a2b03f4 Mon Sep 17 00:00:00 2001 From: Israel Fruchter Date: Wed, 28 Feb 2024 15:12:14 +0200 Subject: [PATCH] ci: enable pytest run debug --- ci/run_integration_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $*