From 9a17498149af7156e0fd47b08066b840c50c5690 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Mon, 19 Aug 2024 16:51:38 +0300 Subject: [PATCH] ci: adding more output for pytest when running tests --- ci/Jenkinsfile.tests-e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index 87e7baa368..53155fbe70 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -171,7 +171,7 @@ pipeline { ]) { /* Keep the --reruns flag first, or it won't work */ sh """ - python3 -m pytest --reruns=1 --timeout=180 ${flags.join(" ")} \ + python3 -m pytest -v --reruns=1 --timeout=180 ${flags.join(" ")} \ --disable-warnings \ --alluredir=./allure-results \ -o timeout_func_only=true