mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Change default command of the test containers to end with ./problems
This makes sure that non-zero return code is propagated out of the container.
This commit is contained in:
parent
a071694324
commit
b5cf4ca56e
2 changed files with 2 additions and 2 deletions
|
@ -23,4 +23,4 @@ RUN task --version
|
||||||
WORKDIR /root/code/test/
|
WORKDIR /root/code/test/
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
CMD ["bash", "-c", "./run_all ; ./problems ; cat all.log | grep 'not ok'"]
|
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||||
|
|
|
@ -24,4 +24,4 @@ RUN task --version
|
||||||
WORKDIR /root/code/test/
|
WORKDIR /root/code/test/
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
CMD ["bash", "-c", "./run_all ; ./problems ; cat all.log | grep 'not ok'"]
|
CMD ["bash", "-c", "./run_all ; cat all.log | grep 'not ok' ; ./problems"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue