Fix the fail fast flag.

This commit is contained in:
Jake Moshenko 2015-02-27 17:21:22 -05:00
parent 3caf249d65
commit ca5c34e00a

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 -f discover
RUN TEST=true venv/bin/python -m unittest discover -f
VOLUME ["/conf/stack", "/var/log", "/datastorage", "/tmp", "/conf/etcd"]