From 39fe293649645c866c7e8148209a7c848493c0a3 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 17 Oct 2017 06:18:00 -0700 Subject: [PATCH 1/2] Makefile: fix typo in 'docker-test-proxy' Signed-off-by: Gyu-Ho Lee --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7773c7aec..97e7483e8 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ docker-test-proxy: --rm \ --volume=`pwd`:/go/src/github.com/coreos/etcd \ gcr.io/etcd-development/etcd-test:$(_GO_VERSION) \ - /bin/bash -c "PASSES='build grpcproxy' ./test ./test 2>&1 | tee docker-test-proxy-$(TEST_SUFFIX).log" + /bin/bash -c "PASSES='build grpcproxy' ./test 2>&1 | tee docker-test-proxy-$(TEST_SUFFIX).log" ! grep FAIL -A10 -B50 docker-test-proxy-$(TEST_SUFFIX).log # build release container image with Linux From 5790ffde7c6cfdb89319773e41c7606e0c314214 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 13 Oct 2017 15:43:33 -0700 Subject: [PATCH 2/2] gitignore: ignore *.log, release directory Signed-off-by: Gyu-Ho Lee --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 210be6fe9..b4e20be76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,12 @@ /gopath /gopath.proto /go-bindata +/release /machine* /bin .vagrant *.etcd +*.log /etcd *.swp /hack/insta-discovery/.env