Change test_docker.sh to fail if any command in it fails

This commit is contained in:
Bruno Alla 2019-03-11 21:42:54 +00:00
parent 858c88e02b
commit f3c82aaf60

View File

@ -3,6 +3,8 @@
# it is meant to be run from the root directory of the repository, eg:
# sh tests/test_docker.sh
set -o errexit
# install test requirements
pip install -r requirements.txt