Increase pytest command verbosity
This should help investigating on tests timeout sissues. Change-Id: I91b16f5775c8ebd5f03763e8848de7efd886d7a5
This commit is contained in:
parent
04b7a66e52
commit
03853a7593
@ -143,7 +143,7 @@ def run_test_cases():
|
|||||||
|
|
||||||
# Pass environment variables to pytest command
|
# Pass environment variables to pytest command
|
||||||
environ = dict(os.environ, TOX_REPORT_NAME=TOX_REPORT_NAME)
|
environ = dict(os.environ, TOX_REPORT_NAME=TOX_REPORT_NAME)
|
||||||
common.execute(f"pytest "
|
common.execute("pytest -v "
|
||||||
f"{xdist_options} "
|
f"{xdist_options} "
|
||||||
f"{rerun_options} "
|
f"{rerun_options} "
|
||||||
f"{cover_options} "
|
f"{cover_options} "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user