Merge pull request #8704 from gyuho/typo

*: fix typo in Makefile, add *.log, release directory to gitignore
This commit is contained in:
Gyu-Ho Lee 2017-10-17 09:06:34 -07:00 committed by GitHub
commit a8f9de2abf
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,10 +2,12 @@
/gopath
/gopath.proto
/go-bindata
/release
/machine*
/bin
.vagrant
*.etcd
*.log
/etcd
*.swp
/hack/insta-discovery/.env

View File

@ -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