tests: Use verbose output when running the tests

This commit is contained in:
Tomas Babej 2019-01-01 15:44:19 -05:00
parent 2f247c712c
commit f55468d5aa
10 changed files with 10 additions and 10 deletions

View file

@ -24,4 +24,4 @@ RUN task --version
WORKDIR /root/code/test/
RUN make
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems"]