Only run Go based integration tests in Docker

This commit is contained in:
Jakob Borg 2014-11-24 11:49:44 +01:00
parent 0ceb14dbf6
commit 2dad769a00

View File

@ -128,7 +128,7 @@ case "${1:-default}" in
&& ./build.sh \ && ./build.sh \
&& export GOPATH=$(pwd)/Godeps/_workspace:$GOPATH \ && export GOPATH=$(pwd)/Godeps/_workspace:$GOPATH \
&& cd test \ && cd test \
&& ./all.sh' && go test -tags integration -v'
;; ;;
*) *)