Skip to content

Commit

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

0 comments on commit 0bd8285

Please sign in to comment.