ci: pytest --capture=no for more logs

This commit is contained in:
Erik Sundell
2021-10-17 20:06:26 +02:00
parent 2b265baa0b
commit 104ffcf8a6

View File

@@ -116,7 +116,7 @@ def run_test(image_name, test_name, bootstrap_pip_spec, test_files, upgrade, ins
)
run_container_command(
test_name,
'/opt/tljh/hub/bin/python3 -m pytest --verbose --maxfail=2 --color=yes {}'.format(
'/opt/tljh/hub/bin/python3 -m pytest --verbose --maxfail=2 --color=yes --capture=no {}'.format(
' '.join([os.path.join('/srv/src/integration-tests/', f) for f in test_files])
)
)