mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-09 17:41:14 +00:00
Fix tests
This commit is contained in:
@@ -23,6 +23,7 @@ FLAVOUR="${3}"
|
||||
### Europe/Berlin
|
||||
###
|
||||
did="$( docker_run "${IMAGE}:${VERSION}-${FLAVOUR}" "-e DEBUG_ENTRYPOINT=2 -e TIMEZONE=Europe/Berlin" )"
|
||||
|
||||
if ! run "docker logs ${did} 2>&1 | grep -q 'Europe/Berlin'"; then
|
||||
docker_logs "${did}" || true
|
||||
docker_stop "${did}" || true
|
||||
|
||||
Reference in New Issue
Block a user