fulltest: run go install
This commit is contained in:
parent
f3332f1697
commit
4fb4f2aa10
|
@ -19,3 +19,12 @@ RUN go get -v github.com/ActiveState/tail
|
||||||
# expecting to run the test successfully.
|
# expecting to run the test successfully.
|
||||||
RUN go test -v github.com/ActiveState/tail
|
RUN go test -v github.com/ActiveState/tail
|
||||||
|
|
||||||
|
# expecting to install successfully
|
||||||
|
RUN go install -v github.com/ActiveState/tail
|
||||||
|
RUN go install -v github.com/ActiveState/tail/cmd/gotail
|
||||||
|
|
||||||
|
RUN $GOPATH/bin/gotail -h || true
|
||||||
|
|
||||||
|
ENV PATH $GOPATH/bin:$PATH
|
||||||
|
CMD ["gotail"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue