Skip to content

Commit f3c07fb

Browse files
committed
Merge pull request #4145 from carmstrong/etcd-v2.1.1
Bump to etcd 2.1.1; properly test it with Jenkins
2 parents 207eaaf + b72790e commit f3c07fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ test-unit: setup-venv test-style
8282
venv/bin/coverage report -m
8383

8484
test-functional:
85-
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest
86-
@docker history deis/test-postgresql >/dev/null 2>&1 || docker pull deis/test-postgresql:latest
85+
@$(MAKE) -C ../tests/ test-etcd
86+
@$(MAKE) -C ../tests/ test-postgresql
8787
GOPATH=`cd ../tests/ && godep path`:$(GOPATH) go test -v ./tests/...

0 commit comments

Comments
 (0)