mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Use verbose output when running the tests
This commit is contained in:
parent
e171c0aa9b
commit
928befeea2
10 changed files with 10 additions and 10 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue