Fix tests

This commit is contained in:
cytopia
2018-03-04 11:16:06 +01:00
parent 1730094042
commit ba5ec48c72
10 changed files with 154 additions and 49 deletions

View File

@@ -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