Skip to content

Commit

Permalink
[docker] disable colors
Browse files Browse the repository at this point in the history
  • Loading branch information
np committed Nov 20, 2014
1 parent 4c7d12d commit a9b6289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +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 --log=/hx/tests.log tests/*.t || echo "Tests failed!"
bash -e /hx/cmdcheck --color=no --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 a9b6289

Please sign in to comment.