This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 0f43e2f685e1f8b0b0da9353b41f6ff9bb9bfbc0
Author: Dan Kirkwood <dang...@apache.org>
AuthorDate: Mon Apr 16 13:36:54 2018 -0600

    ignore vendor dir in tests
---
 traffic_ops/app/bin/tests/Dockerfile-golangtest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/app/bin/tests/Dockerfile-golangtest 
b/traffic_ops/app/bin/tests/Dockerfile-golangtest
index 74f164d..c245314 100644
--- a/traffic_ops/app/bin/tests/Dockerfile-golangtest
+++ b/traffic_ops/app/bin/tests/Dockerfile-golangtest
@@ -20,6 +20,6 @@ ADD lib /go/src/$DIR/lib
 
 WORKDIR /go/src/$DIR/traffic_ops/traffic_ops_golang
 
-CMD bash -c 'go get -v && go test -cover -v $(go list ./...) ../../lib/go-*'
+CMD bash -c 'go get -v && go test -cover -v $(go list ./... | grep -v vendor/) 
../../lib/go-*'
 #
 # vi:syntax=Dockerfile

-- 
To stop receiving notification emails like this one, please contact
mitchell...@apache.org.

Reply via email to