mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Show tests output
This commit is contained in:
@@ -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"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user