WeblateOrg / docker-compose

Docker compose for Weblate
https://docs.weblate.org/en/latest/admin/deployments.html#docker
GNU General Public License v3.0
79 stars 64 forks source link

fix: Early error when docker-compose is missing #19

Closed SMotaal closed 4 years ago

SMotaal commented 4 years ago

Running test.sh without docker-compose causes partial execution of the script before exiting without clear error. This patches test.sh to early error when docker-compose is not executable.

Note: I am not sure how this affects the intent of the test case and welcome any suggestions necessary to preserve it — Please feel free to make appropriate changes 👍

nijel commented 4 years ago

Merged, thanks for your contribution!