mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
test/docker: containers should return non-zero values on failures
This commit is contained in:
parent
926ecd7333
commit
dcfe0d1c3d
10 changed files with 10 additions and 10 deletions
|
@ -39,4 +39,4 @@ RUN make install
|
|||
WORKDIR /root/code/test/
|
||||
RUN make
|
||||
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems ; echo timew $( timew --version ) ; python --version ; cmake --version ; gcc --version"]
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems ; FAILED=$? ; echo timew $( timew --version ) ; python --version ; cmake --version ; gcc --version ; exit $FAILED"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue