From 03853a75934158114cc88e25a75ce36d3fe0f6e6 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Mon, 27 Sep 2021 09:33:36 +0200 Subject: [PATCH] Increase pytest command verbosity This should help investigating on tests timeout sissues. Change-Id: I91b16f5775c8ebd5f03763e8848de7efd886d7a5 --- tools/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests.py b/tools/run_tests.py index 0c8377fba..c1fad5f26 100755 --- a/tools/run_tests.py +++ b/tools/run_tests.py @@ -143,7 +143,7 @@ def run_test_cases(): # Pass environment variables to pytest command environ = dict(os.environ, TOX_REPORT_NAME=TOX_REPORT_NAME) - common.execute(f"pytest " + common.execute("pytest -v " f"{xdist_options} " f"{rerun_options} " f"{cover_options} "