From 2dad769a001c329775f37c7b3b31ca67dbb38658 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 24 Nov 2014 11:49:44 +0100 Subject: [PATCH] Only run Go based integration tests in Docker --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ;; *)