mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Get paths right
This commit is contained in:
@@ -95,7 +95,7 @@ jobs:
|
|||||||
name: Run plugin tests
|
name: Run plugin tests
|
||||||
command: |
|
command: |
|
||||||
.circleci/integration-test.py run-test \
|
.circleci/integration-test.py run-test \
|
||||||
--installer-args "--plugin /srv/src/plugins/simplest" \
|
--installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \
|
||||||
plugins test_simplest_plugin.py
|
plugins test_simplest_plugin.py
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ def run_test(image_name, test_name, test_files, installer_args):
|
|||||||
os.path.join(os.path.dirname(__file__), os.pardir)
|
os.path.join(os.path.dirname(__file__), os.pardir)
|
||||||
)
|
)
|
||||||
|
|
||||||
copy_to_container(test_name, os.path.join(source_path, 'bootstrap/'), '/srv/src')
|
copy_to_container(test_name, os.path.join(source_path, 'bootstrap/.'), '/srv/src')
|
||||||
copy_to_container(test_name, os.path.join(source_path, 'integration-tests/'), '/srv/src')
|
copy_to_container(test_name, os.path.join(source_path, 'integration-tests/'), '/srv/src')
|
||||||
run_container_command(
|
run_container_command(
|
||||||
test_name,
|
test_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user