Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker-compose.python2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ services:
image: python:2.7-slim-${DDEV_SITENAME}-built
profiles:
- python2
x-ddev:
describe-info: "For docker pull"
4 changes: 4 additions & 0 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ health_checks() {
assert_success
assert_output "('SSL:', 'OpenSSL 1.1.1d 10 Sep 2019')"

run ddev describe
assert_success
assert_output --partial "For docker pull"

if [ "${USE_CUSTOM_NODE:-}" = "true" ]; then
run ddev exec node -v
assert_success
Expand Down