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