Stop the tests early if there is a failure.

This commit is contained in:
Jake Moshenko 2015-02-27 17:17:52 -05:00
parent 857c3e2959
commit 3caf249d65

View file

@ -57,7 +57,7 @@ RUN mkdir static/fonts static/ldn
RUN venv/bin/python -m external_libraries
# Run the tests
RUN TEST=true venv/bin/python -m unittest discover
RUN TEST=true venv/bin/python -m unittest -f discover
VOLUME ["/conf/stack", "/var/log", "/datastorage", "/tmp", "/conf/etcd"]