Show tests output

This commit is contained in:
GeorgianaElena
2020-08-22 15:57:40 +03:00
parent ebabe682c3
commit baf2c35f1f
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ def run_bootstrap(container_name, image, show_progress_page=False):
exec_flags = ["-i", container_name, "python3", bootstrap_script]
if show_progress_page:
exec_flags = (
["-e", "TLJH_BOOTSTRAP_DEV=yes, TLJH_BOOTSTRAP_PIP_SPEC=/srv/src"]
["-e", "TLJH_BOOTSTRAP_DEV=yes", "-e", "TLJH_BOOTSTRAP_PIP_SPEC=/srv/src"]
+ exec_flags
+ ["--show-progress-page"]
)