mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Make start.sh
the entrypoint (#2087)
This commit is contained in:
@@ -12,6 +12,6 @@ def test_pandoc(container: TrackedContainer) -> None:
|
||||
logs = container.run_and_wait(
|
||||
timeout=10,
|
||||
tty=True,
|
||||
command=["start.sh", "bash", "-c", 'echo "**BOLD**" | pandoc'],
|
||||
command=["bash", "-c", 'echo "**BOLD**" | pandoc'],
|
||||
)
|
||||
assert "<p><strong>BOLD</strong></p>" in logs
|
||||
|
Reference in New Issue
Block a user