Skip to content

Commit

Permalink
[docker]: Use the latest cmdcheck with --log
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Nov 20, 2014
1 parent 0bd8285 commit 4c7d12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ WORKDIR /hx
RUN cabal install
ADD https://github.com/np/cmdcheck/raw/master/cmdcheck /hx/cmdcheck
RUN PATH=/hx/dist/build/hx:$PATH \
bash -e /hx/cmdcheck tests/*.t || echo "Tests failed!"
bash -e /hx/cmdcheck --log=/hx/tests.log tests/*.t || echo "Tests failed!"
RUN cat /hx/tests.log
#RUN apt-get update && apt-get install ${OPTS_APT} lib-ghc...

0 comments on commit 4c7d12d

Please sign in to comment.