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 👍
Running
test.sh
withoutdocker-compose
causes partial execution of the script before exiting without clear error. This patchestest.sh
to early error whendocker-compose
is not executable.