We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 207eaaf + b72790e commit f3c07fbCopy full SHA for f3c07fb
1 file changed
Makefile
@@ -82,6 +82,6 @@ test-unit: setup-venv test-style
82
venv/bin/coverage report -m
83
84
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
+ @$(MAKE) -C ../tests/ test-etcd
+ @$(MAKE) -C ../tests/ test-postgresql
87
GOPATH=`cd ../tests/ && godep path`:$(GOPATH) go test -v ./tests/...
0 commit comments