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:
@@ -111,7 +111,7 @@ commands:
|
|||||||
name: Run bootstrap checks
|
name: Run bootstrap checks
|
||||||
command: |
|
command: |
|
||||||
python3 -m pip install requests
|
python3 -m pip install requests
|
||||||
py.test integration-tests/test_bootstrap.py
|
py.test integration-tests/test_bootstrap.py -s
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ def run_bootstrap(container_name, image, show_progress_page=False):
|
|||||||
exec_flags = ["-i", container_name, "python3", bootstrap_script]
|
exec_flags = ["-i", container_name, "python3", bootstrap_script]
|
||||||
if show_progress_page:
|
if show_progress_page:
|
||||||
exec_flags = (
|
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
|
+ exec_flags
|
||||||
+ ["--show-progress-page"]
|
+ ["--show-progress-page"]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user