deis / workflow-e2e

End-to-end tests for Deis Workflow
MIT License
12 stars 18 forks source link

fix(docker-test-integration.sh): explicit DEBUG_MODE check #342

Closed vdice closed 7 years ago

vdice commented 7 years ago

Must be set to true to enable DEBUG_MODE.

The default in the chart is false, which paired with previous logic simply checking if non-empty, meant debug mode was being run when not intended.

deis-bot commented 7 years ago

@Joshua-Anderson and @helgi are potential reviewers of this pull request based on my analysis of git blame information. Thanks @vdice!