Stop the tests early if there is a failure.
This commit is contained in:
parent
857c3e2959
commit
3caf249d65
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Reference in a new issue